netty5/buffer
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 Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00