Skip to content

Commit fae999f

Browse files
committed
Remove redundant touch();
1 parent 18059bd commit fae999f

File tree

1 file changed

+0
-2
lines changed
  • httpcore5-h2/src/main/java/org/apache/hc/core5/http2/impl/nio

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ void produceOutput() throws HttpException, IOException {
229229
}
230230

231231
void produceInputCapacityUpdate() throws IOException {
232-
touch();
233-
handler.updateInputCapacity();
234232
if (channel.isLocalReset()) {
235233
return;
236234
}

0 commit comments

Comments
 (0)