netty5/handler
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
..
src Correct usages of internalNioBuffer 2017-03-02 12:51:22 -08:00
pom.xml Use the correct arguments when run with jdk9 2017-02-15 10:15:00 +01:00