netty5/transport/src/main/java/io/netty
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
..
bootstrap Fix all Xlint:unchecked warnings 2012-11-30 22:49:51 +09:00
channel Fix AssertionError from AsyncSocketChannel.beginRead() 2012-12-02 20:17:53 +09:00