Removed System.out
This commit is contained in:
parent
0d0b0c56c3
commit
11705c9915
@ -152,7 +152,7 @@ public class HttpRequestHandler extends SimpleChannelUpstreamHandler {
|
|||||||
|
|
||||||
// Write the response.
|
// Write the response.
|
||||||
ChannelFuture future = e.getChannel().write(response);
|
ChannelFuture future = e.getChannel().write(response);
|
||||||
System.out.println(response.toString());
|
|
||||||
// Close the non-keep-alive connection after the write operation is done.
|
// Close the non-keep-alive connection after the write operation is done.
|
||||||
if (!keepAlive) {
|
if (!keepAlive) {
|
||||||
future.addListener(ChannelFutureListener.CLOSE);
|
future.addListener(ChannelFutureListener.CLOSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user