netty5/codec-haproxy/src
Norman Maurer 5924262175
Fix ByteBuf leaks in HaProxyMessageEncoderTest (#10704)
Motivation:

We need to ensure we not leak in tests. We did see some leaks reported related to HaProxyMessageEncoderTest on our CI.

Modifications:

- Use readSlice(...) and so not create new ByteBuf instances that need to be released

Result:

No more leaks
2020-10-18 14:10:12 +02:00
..
main/java/io/netty/handler/codec/haproxy Fix or suppress LGTM findings (#10689) 2020-10-17 09:49:44 +02:00
test/java/io/netty/handler/codec/haproxy Fix ByteBuf leaks in HaProxyMessageEncoderTest (#10704) 2020-10-18 14:10:12 +02:00