netty5/codec-http/src/main/java/io/netty/handler/codec
Scott Mitchell dce21483e3 HTTP Content Decoder Cleanup Bug
Motiviation:
The HTTP content decoder's cleanup method is not cleaning up the decoder correctly.
The cleanup method is currently doing a readOutbound on the EmbeddedChannel but
for decoding the call should be readInbound.

Modifications:
-Change readOutbound to readInbound in the cleanup method

Result:
The cleanup method should be correctly releaseing unused resources
2014-09-10 14:54:25 +02:00
..
http HTTP Content Decoder Cleanup Bug 2014-09-10 14:54:25 +02:00
rtsp Small performance improvements 2014-07-20 09:29:33 +02:00
spdy Reduce memory copies in spdy compression implementation. 2014-08-21 11:26:13 +02:00