Commit 1cfc455d authored by Fedor Indutny's avatar Fedor Indutny
Browse files

tls: zero SSL_CTX freelist for a singleUse socket

When connecting to server with `keepAlive` turned off - make sure that
the read/write buffers won't be kept in a single use SSL_CTX instance
after the socket will be destroyed.

Fix: https://github.com/iojs/io.js/issues/1522
PR-URL: https://github.com/iojs/io.js/pull/1529


Reviewed-By: default avatarShigeki Ohtsu <ohtsu@iij.ad.jp>
parent 74060bb6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment