netty5/transport/src
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
..
main/java/io/netty [#3368] Ensure ByteBuf is not release two times 2015-01-29 18:23:26 +01:00
test/java/io/netty Trigger channelWritabilityChanged() later to avoid reentrance 2014-12-10 18:36:53 +09:00