netty5/codec/src
chenqwwq b8a5148569
Simplify ByteToMessageDecoder#callDecode (#11224)
Motivation:
After the if case, outSize is always 0, so we can simplify the code.

Modification:
Simplify code by not updating and using `isEmpty()`.

Result:
Clearer than before
2021-05-07 11:37:30 +02:00
..
main/java/io/netty/handler/codec Simplify ByteToMessageDecoder#callDecode (#11224) 2021-05-07 11:37:30 +02:00
test Fix hash collision handling in DefaultHeaders iterator remove (#11028) 2021-02-19 13:29:47 +01:00