netty5/transport/src/main/java/io/netty
haohao d43442a0e0 [#3368] Ensure ByteBuf is not release two times
Motivation:

As the ByteBuf is not set to null after release it we may try to release it again in handleReadException()

Modifications:

-  set ByteBuf to null to avoid another byteBuf.release() to be called in handleReadException()

Result:

No IllegalReferenceCountException anymore
2015-01-29 18:23:26 +01:00
..
bootstrap Copy the resolver configuration when cloning Bootstrap 2014-12-01 19:48:59 +09:00
channel [#3368] Ensure ByteBuf is not release two times 2015-01-29 18:23:26 +01:00