d2bd36fc4c
Motivation: ByteBufUtil.isText(...) may produce unexpected results if called concurrently on the same ByteBuffer. Modifications: - Don't use internalNioBuffer where it is not safe. - Add unit test. Result: ByteBufUtil.isText is thread-safe. |
||
---|---|---|
.. | ||
main/java/io/netty/buffer | ||
test/java/io/netty/buffer |