Remove unneeded channel option. Still trying to fix all these disconnect errors though.

This commit is contained in:
md_5 2013-03-13 18:07:07 +11:00
parent 373ec187fb
commit 1763dd3078

View File

@ -30,7 +30,6 @@ public class PipelineUtils
{
BASE.initChannel( ch );
ch.pipeline().get( HandlerBoss.class ).setHandler( new InitialHandler( ProxyServer.getInstance(), ch.attr( LISTENER ).get() ) );
ch.config().setDefaultHandlerByteBufType( ChannelConfig.ChannelHandlerByteBufType.HEAP );
}
};
public static final ChannelInitializer<Channel> CLIENT = new ChannelInitializer<Channel>()