712077cdef
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