add an option to clear error before calling ssl methods
Summary: Normally clearing out the error before calling into an openssl method is a bad idea. However there might be other code outside AsyncSSLSocket calling into openssl in the same thread that doesn't use openssl correctly. This allows users of AsyncSSLSocket to safeguard themselves from such code. Reviewed By: anirudhvr Differential Revision: D4389970 fbshipit-source-id: 12da254d6b281c2b9d522ba19999b2489c0083a2
Showing
Please register or sign in to comment