anshulmgupta opened a new pull request #2482:
URL: https://github.com/apache/thrift/pull/2482


   Client: C++
   We observed continuous memory increase in the thrift server during SSL 
handshake and this memory increase was crashing the windows hosts as there was 
no memory left for other applications to work. During further investigation, we 
found that ERR_remove_state has been made stub in the later versions of 
OpenSSL, and recommended function to clear the thread state is 
OPENSSL_thread_stop. Once I made this change we did not observe any memory leak 
further.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to