netty5/codec/src
Norman Maurer 4c9d7492fb
CodecOutputList should be recycled in a finally block (#10186)
Motivation:

To ensure we always recycle the CodecOutputList we should better do it in a finally block

Modifications:

Call CodecOutputList.recycle() in finally

Result:

Less chances of non-recycled lists. Related to https://github.com/netty/netty/issues/10183
2020-04-15 09:08:19 +02:00
..
main/java/io/netty/handler/codec CodecOutputList should be recycled in a finally block (#10186) 2020-04-15 09:08:19 +02:00
test Let LzfEncoder support length aware ability. (#10082) 2020-03-11 21:05:22 +01:00