#438 please just go away.

This commit is contained in:
md_5 2013-06-17 17:25:20 +10:00
parent 72f3a79759
commit 4ce0eee232

View File

@ -102,7 +102,7 @@ public class HandlerBoss extends ChannelInboundMessageHandlerAdapter<Object>
ProxyServer.getInstance().getLogger().log( Level.SEVERE, handler + " - exception processing exception", ex ); ProxyServer.getInstance().getLogger().log( Level.SEVERE, handler + " - exception processing exception", ex );
} }
ctx.channel().close(); ctx.close();
} }
} }
} }