c0f1e9bd21
Motivation: buffer.isReadable() should not be used to limit the amount of data that can be read as the amount may be less then was is readable. Modification: - Use available() which takes the length into account - Add unit test Result: Fixes https://github.com/netty/netty/issues/9305 |
||
---|---|---|
.. | ||
src | ||
pom.xml |