netty5/transport/src
bruce b39ffed042 Fix incorrect calculation of next buffer size in AdaptiveRecvByteBufAllocator (#9555)
Motivation:

Due a bug we did not always correctly calculate the next buffer size in AdaptiveRecvByteBufAllocator.

Modification:

Fix calculation and add unit test

Result:

Correct calculation is always used.
2019-09-27 09:59:25 +02:00
..
main Fix incorrect calculation of next buffer size in AdaptiveRecvByteBufAllocator (#9555) 2019-09-27 09:59:25 +02:00
test/java/io/netty Fix incorrect calculation of next buffer size in AdaptiveRecvByteBufAllocator (#9555) 2019-09-27 09:59:25 +02:00