Skip to content

Commit 8abe2c3

Browse files
committed
remove comment
1 parent e4545d1 commit 8abe2c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/channel/ChannelManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ public boolean remove(Object o) {
196196
private Bootstrap newBootstrap(ChannelFactory<? extends Channel> channelFactory, EventLoopGroup eventLoopGroup, AsyncHttpClientConfig config) {
197197
@SuppressWarnings("deprecation")
198198
Bootstrap bootstrap = new Bootstrap().channelFactory(channelFactory).group(eventLoopGroup)//
199-
// default to PooledByteBufAllocator
200199
.option(ChannelOption.ALLOCATOR, config.getAllocator() != null ? config.getAllocator() : ByteBufAllocator.DEFAULT)//
201200
.option(ChannelOption.TCP_NODELAY, config.isTcpNoDelay())//
202201
.option(ChannelOption.SO_REUSEADDR, config.isSoReuseAddress())//

0 commit comments

Comments
 (0)