Skip to content

Commit

Permalink
Removed debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Aug 30, 2018
1 parent e53c129 commit 471d552
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private void sendResponse (Context ctx, ChannelHandlerContext ch, FullHttpReques
HttpHeaders headers = response.headers();
if (keepAlive)
headers.set(HttpHeaderNames.CONNECTION, HttpHeaderValues.KEEP_ALIVE);

if (contentType != null)
headers.set(HttpHeaderNames.CONTENT_TYPE, contentType);
headers.set(HttpHeaderNames.CONTENT_LENGTH, response.content().readableBytes());
Expand Down

0 comments on commit 471d552

Please # to comment.