netty5/codec-haproxy
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
..
src Fix ByteBuf leaks in HaProxyMessageEncoderTest (#10704) 2020-10-18 14:10:12 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-10-13 06:29:26 +00:00