Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 11, 2022
1 parent 9453fd1 commit 1dcea26
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ private void sendResponse (Context ctx, ChannelHandlerContext ch, FullHttpReques
headers.set(HttpHeaderNames.CONTENT_TYPE, contentType);
headers.set(HttpHeaderNames.CONTENT_LENGTH, response.content().readableBytes());
ChannelFuture cf = ch.writeAndFlush(response);
ctx.log(cf);
if (!keepAlive)
ch.close();
} finally {
Expand Down

0 comments on commit 1dcea26

Please sign in to comment.