Description
NettyByteBuf's implementation of ByteBuf.duplicate does not handle reference counts properly. It assumes that the proxied Netty ByteBuf instance increments its own reference count when it's duplicated, but that's not the case.
NettyByteBuf's implementation of ByteBuf.duplicate does not handle reference counts properly. It assumes that the proxied Netty ByteBuf instance increments its own reference count when it's duplicated, but that's not the case.