Skip to content

Commit

Permalink
[netty#2161] Reduce the verbosity of the autobahntestsuite by elimina…
Browse files Browse the repository at this point in the history
…te the printed stacktraces
  • Loading branch information
Norman Maurer committed Jan 28, 2014
1 parent 35525af commit 928901c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private static void sendHttpResponse(

@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
cause.printStackTrace();
ctx.close();
}

Expand Down

0 comments on commit 928901c

Please sign in to comment.