netty5/codec-memcache/src/main/java/io/netty/handler/codec/memcache
Trustin Lee 3c21b1cc43 Fix buffer leak in DefaultFullBinaryMemcacheRequest/Response
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
2014-06-24 15:07:33 +09:00
..
binary Fix buffer leak in DefaultFullBinaryMemcacheRequest/Response 2014-06-24 15:07:33 +09:00
AbstractMemcacheObject.java Abstract classes' names should start with 'Abstract' 2014-02-13 15:39:05 -08:00
AbstractMemcacheObjectAggregator.java Introduce MessageAggregator and DecoderResultProvider 2014-06-05 16:51:14 +09:00
AbstractMemcacheObjectDecoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
AbstractMemcacheObjectEncoder.java codec-memcache: prefix abstract classes with Abstract. 2014-02-13 17:09:21 -08:00
DefaultLastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
DefaultMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
FullMemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
LastMemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheContent.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08:00
MemcacheObject.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00
package-info.java Implementing the Binary Memcache protocol 2014-02-13 15:29:38 -08:00