Commit 7ada6805 authored by Fedor Indutny's avatar Fedor Indutny
Browse files

tls: destroy SSL once it is out of use

Do not keep SSL structure in memory once socket is closed. This should
lower the memory usage in many cases.

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 b3a7da10
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