rmaucher commented on issue #246: OpenSSLEngine improvements to guard against multiple shutdown() calls triggered by construction exception and finalize() later URL: https://github.com/apache/tomcat/pull/246#issuecomment-587488112 It's quite normal as the problem was evident and legitimate with OpenSSLContext, while with OpenSSLEngine I consider the JVM is broken. I'd like to remind that the engine is referenced directly from the channel, and then the JVM seems to happily discard everything in a random order. So: whatever ...
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
