-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
If a runtime exception is thrown by the ssl engine during connection opening, the future passed as a parameter to JsseXnioSsl.openConnection is never notified, causing threads to hang indefinitely.
We could prevent that by catching the exception, notifying the future and then rethrowing the exception.
- is incorporated by
-
WFCORE-4881 Upgrade XNIO to 3.8.0.Final
- Closed