Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Sep 6, 2024
1 parent b0ce8f4 commit 206631d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ private static void maybeResizePendingDown(int largeSize, ArrayDeque<HttpObject>
}
}

private static void setAutoReadForState(ChannelHandlerContext ctx, State state) {
ctx.channel().config().setAutoRead((state == QUEUEING_DATA || state == DROPPING_DATA_PERMANENTLY) == false);
}

enum State {
WAITING_TO_START,
QUEUEING_DATA,
Expand Down

0 comments on commit 206631d

Please sign in to comment.