netty5/buffer
Norman Maurer 7e6d1bbcfd Fix regression in CompositeByteBuf.discard*ReadBytes() (#9068)
Motivation:

1f93bd3 introduced a regression that could lead to not have the lastAccessed field correctly null'ed out when the endOffset of the internal Component == CompositeByteBuf.readerIndex()

Modifications:

- Correctly null out the lastAccessed field in any case
- Add unit tests

Result:

Fixes regression in CompositeByteBuf.discard*ReadBytes()
2019-04-17 18:03:29 +02:00
..
src Fix regression in CompositeByteBuf.discard*ReadBytes() (#9068) 2019-04-17 18:03:29 +02:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00