netty5/transport/src
Scott Mitchell 2cff918044 Correct usages of internalNioBuffer
Motivation:
There are numerous usages of internalNioBuffer which hard code 0 for the index when the intention was to use the readerIndex().

Modifications:
- Remove hard coded 0 for the index and use readerIndex()

Result:
We are less susceptible to using the wrong index, and don't make assumptions about the ByteBufAllocator.
2017-03-02 12:51:22 -08:00
..
main/java/io/netty Make methods 'static' where it missed 2017-02-23 11:01:57 +01:00
test/java/io/netty Correct usages of internalNioBuffer 2017-03-02 12:51:22 -08:00