Description
SslTransportLayer does not invoke SSLEngine::closeInbound in close() after flushing the close_notify TLS alert.
While this isn't a problem for the default JDK SSLEngine, it results in resource leak in Netty/OpenSSL based SSLEngine which frees native resources only when closeInbound is invoked.
Attachments
Issue Links
- links to