netty5/codec/src
Alwayswithme abccf18411 fix the discardedBytes counting on LineBasedFrameDecoder
Motivation:

The LineBasedFrameDecoder discardedBytes counting different compare to
DelimiterBasedFrameDecoder.

Modifications:

Add plus sign

Result:

DiscardedBytes counting correctly
2015-04-21 09:25:47 +02:00
..
main/java/io/netty/handler/codec fix the discardedBytes counting on LineBasedFrameDecoder 2015-04-21 09:25:47 +02:00
test Revert "Ensure channelReadComplete() is called only when necessary" 2015-04-20 09:10:41 +02:00