-
Bug
-
Resolution: Done
-
Major
-
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
- clones
-
WEJBHTTP-11 Potential race condition when SSL is in use
- Resolved
- is incorporated by
-
JBEAP-13453 Wildfly HTTP client 1.0.8.Final
- Closed