Skip to content

Commit 7167784

Browse files
committed
lint
1 parent 990f4cb commit 7167784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: core/src/main/java/com/linecorp/armeria/server/Http1RequestDecoder.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ public void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception
356356
}
357357

358358
private void abortLargeRequest(ChannelHandlerContext ctx, DecodedHttpRequest decodedReq, int id,
359-
boolean endOfStream, KeepAliveHandler keepAliveHandler, boolean isEarlyRejection) {
359+
boolean endOfStream, KeepAliveHandler keepAliveHandler,
360+
boolean isEarlyRejection) {
360361
final ContentTooLargeException cause =
361362
ContentTooLargeException.builder()
362363
.maxContentLength(decodedReq.maxRequestLength())

0 commit comments

Comments
 (0)