Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yzfeng2020 committed Jan 2, 2025
1 parent 990f4cb commit 7167784
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception
}

private void abortLargeRequest(ChannelHandlerContext ctx, DecodedHttpRequest decodedReq, int id,
boolean endOfStream, KeepAliveHandler keepAliveHandler, boolean isEarlyRejection) {
boolean endOfStream, KeepAliveHandler keepAliveHandler,
boolean isEarlyRejection) {
final ContentTooLargeException cause =
ContentTooLargeException.builder()
.maxContentLength(decodedReq.maxRequestLength())
Expand Down

0 comments on commit 7167784

Please sign in to comment.