netty5/codec-haproxy/src/main/java/io/netty/handler/codec/haproxy
秦世成 dd6ba294e0 Fixed the haproxy message mem leak issue (#9250)
Motivation:

HAProxyMessage should be released as it contains a list of TLV which hold a ByteBuf, otherwise, it may cause memory leaks.

Modification:

- Let HAProxyMessage extend AbstractReferenceCounted
- Adjust tests.

Result:

Fixes #9201
2019-06-24 10:39:28 +02:00
..
HAProxyCommand.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyConstants.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyMessage.java Fixed the haproxy message mem leak issue (#9250) 2019-06-24 10:39:28 +02:00
HAProxyMessageDecoder.java Do not treat errors as decoder exception (redux) 2017-10-07 18:17:00 +02:00
HAProxyProtocolException.java Overall refactoring of the haproxy codec 2014-06-21 16:00:27 +09:00
HAProxyProtocolVersion.java fix the typos 2017-04-20 04:56:09 +02:00
HAProxyProxiedProtocol.java fix the typos 2017-04-20 04:56:09 +02:00
HAProxySSLTLV.java Added PROXY Protocol TLV support 2017-06-07 09:09:29 -07:00
HAProxyTLV.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
package-info.java Move haproxy codec to a separate module 2014-06-21 15:59:21 +09:00