Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
~TSSLSocket calls TSSLSocket::close, which calls TSSLSocket::waitForEvent.
TSSLSocket::waitForEvent() throws an exception in some cases:
- Unexpected error
- InterruptListener has been written to
- poll() times out
TSSLSocket::close should log the error but not emit an exception, similar to how it handles errors from SSL_shutdown.
Attachments
Issue Links
- links to