-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 11, 12, 13
-
Component/s: core-libs
-
b04
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8219246 | 12.0.2 | Daniel Fuchs | P3 | Resolved | Fixed | b01 |
| JDK-8219102 | 11.0.4-oracle | Sean Coffey | P3 | Resolved | Fixed | b01 |
| JDK-8220757 | 11.0.4 | Daniel Fuchs | P3 | Resolved | Fixed | b01 |
While investigating another test I stumbled on a race condition in the SSLTube/SSLFlowDelegate: if an IOException is raised at the lower level (socket) before the ALPN is available the ALPN CF may never be completed, and as a result the connection may be stuck.
- backported by
-
JDK-8219102 HttpClient SSL race if a socket IOException is raised before ALPN is available
-
- Resolved
-
-
JDK-8219246 HttpClient SSL race if a socket IOException is raised before ALPN is available
-
- Resolved
-
-
JDK-8220757 HttpClient SSL race if a socket IOException is raised before ALPN is available
-
- Resolved
-