netty5/codec/src
Norman Maurer 17280116c4 [#2643] Throw TooLongFrameException instead of using fireExceptionCaught
Motivation:

It's not always the case that there is another handler in the pipeline that will intercept the exceptionCaught event because sometimes users just sub-class. In this case the exception will just hit the end of the pipeline.

Modification:
Throw the TooLongFrameException so that sub-classes can handle it in the exceptionCaught(...) method directly.

Result:
Sub-classes can correctly handle the exception,
2014-07-10 06:56:28 +02:00
..
main/java/io/netty/handler/codec [#2643] Throw TooLongFrameException instead of using fireExceptionCaught 2014-07-10 06:56:28 +02:00
test Fix another buffer leaks in JsonObjectDecoderTest 2014-07-04 16:12:06 +09:00