Skip to content

Commit 4a8a512

Browse files
committed
HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input window to the max value.
(cherry picked from commit d31d000)
1 parent 8a3c5e6 commit 4a8a512

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio/AbstractH2StreamMultiplexer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,6 @@ public void push(final List<Header> headers, final AsyncPushProducer pushProduce
16211621

16221622
@Override
16231623
public void update(final int increment) throws IOException {
1624-
incrementInputCapacity(0, connInputWindow, increment);
16251624
incrementInputCapacity(id, inputWindow, increment);
16261625
}
16271626

0 commit comments

Comments
 (0)