netty5/buffer/src
Trustin Lee bfe2a96505 Fix AssertionError from AsyncSocketChannel.beginRead()
An AssertionError is triggered by a ByteBuf when beginRead() attempts to
access the buffer which has been freed already.  This commit ensures the
buffer is not freed before performing an I/O operation.

To determine if the buffer has been freed, UnsafeByteBuf.isFreed() has
been added.
2012-12-02 20:17:53 +09:00
..
main/java/io/netty/buffer Fix AssertionError from AsyncSocketChannel.beginRead() 2012-12-02 20:17:53 +09:00
test/java/io/netty/buffer ByteBufAllocator API w/ ByteBuf perf improvements 2012-11-22 15:10:59 +09:00