netty5/transport
haohao 4bafb4f95b [#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:26:08 +01:00
..
src [#3368] Ensure ByteBuf is not release two times 2015-01-29 18:26:08 +01:00
pom.xml Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00