Remove unneeded channel option. Still trying to fix all these disconnect errors though.
This commit is contained in:
parent
373ec187fb
commit
1763dd3078
@ -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>()
|
||||
|
Loading…
Reference in New Issue
Block a user