-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When SSL is in use there is a potential race between the IO thread reading from the connection attempting to write handshake data, and the worker thread attempting to write the invocation.
This could potentially be fixed in Undertow by not returing the connection till the handshake is done, however it is probably safer to change the stream implementation so that only the IO thread actually writes to the Underlying channel
- is cloned by
-
JBEAP-13467 Potential race condition when SSL is in use
- Closed