Skip to content

Commit a83c228

Browse files
ok2cosipxd
authored andcommitted
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 0363ff3 commit a83c228

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
@@ -1492,7 +1492,6 @@ public void push(final List<Header> headers, final AsyncPushProducer pushProduce
14921492

14931493
@Override
14941494
public void update(final int increment) throws IOException {
1495-
incrementInputCapacity(0, connInputWindow, increment);
14961495
incrementInputCapacity(id, inputWindow, increment);
14971496
}
14981497

0 commit comments

Comments
 (0)