-
Bug
-
Resolution: Fixed
-
P4
-
24, 25
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8351416 | 24.0.2 | Weibing Xiao | P4 | Resolved | Fixed | master |
The HTTP/2 flow control logic has a potential race condition where some of the unprocessed data may be counted twice for the connection window.
A protocol exception may be raised incorrectly if there are several concurrent streams producing data and the connection window is close from being exhausted.
A protocol exception may be raised incorrectly if there are several concurrent streams producing data and the connection window is close from being exhausted.
- backported by
-
JDK-8351416 HTTP/2 flow control checks may count unprocessed data twice
-
- Resolved
-
- caused by
-
JDK-8342075 HttpClient: improve HTTP/2 flow control checks
-
- Closed
-
- relates to
-
JDK-8342075 HttpClient: improve HTTP/2 flow control checks
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/06126361
-
Review(master) openjdk/jdk/23018