netty5/codec/src
Alwayswithme 9a365b101e 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:57 +02:00
..
main/java/io/netty/handler/codec fix the discardedBytes counting on LineBasedFrameDecoder 2015-04-21 09:25:57 +02:00
test/java/io/netty/handler/codec Revert "Ensure ctx.fireChannelReadComplete() is only called when something was produced" 2015-04-20 09:02:34 +02:00