Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
dongliu committed Jul 5, 2018
1 parent c98a494 commit 2081a70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public void channelRead0(ChannelHandlerContext ctx, FullHttpRequest request) thr
}

private static void sendWebResponse(ChannelHandlerContext ctx, WebResponse r, boolean keepAlive) {
System.out.println("ccccc");
FullHttpResponse response = new DefaultFullHttpResponse(HTTP_1_1, r.getStatus(),
Unpooled.wrappedBuffer(r.getData()));
response.headers().set(CONTENT_TYPE, r.getContentType());
Expand Down

0 comments on commit 2081a70

Please sign in to comment.