Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https: evict cached sessions on error #4982

Closed

Commits on Jan 30, 2016

  1. https: evict cached sessions on error

    Instead of using the same session over and over, evict it when the
    socket emits error. This could be used as a mitigation of nodejs#3692, until
    OpenSSL fix will be merged/released.
    
    See: nodejs#3692
    indutny committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    356ae9a View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    b9b79fd View commit details
    Browse the repository at this point in the history