3c21b1cc43
Motivation: DefaultFullBinaryMemcacheRequest/Response overrides release(), retain(), and touch() methods without calling its super, resulting in a leak of the extras. Modifications: When overriding release(), retain(), and touch(), ensure to call super. Result: Fixes #2533 by fixing the buffer leak |
||
---|---|---|
.. | ||
main/java/io/netty/handler/codec/memcache | ||
test/java/io/netty/handler/codec/memcache/binary |