netty5/codec-http/src
Nitesh Kant ee0897a1d9 HttpContentDecompressor should change decompressed requests to chunked encoding. Fixes issue #5428
`HttpContentDecoder` was removing `Content-Length` header but not adding a `Transfer-Encoding` header which goes against the HTTP spec.

Added `Transfer-Encoding` header with value `chunked` when `Content-Length` is removed.
Modified existing unit test to also check for this condition.

Compliance with HTTP spec.
2016-06-20 07:43:06 +02:00
..
main/java/io/netty/handler/codec HttpContentDecompressor should change decompressed requests to chunked encoding. Fixes issue #5428 2016-06-20 07:43:06 +02:00
test HttpContentDecompressor should change decompressed requests to chunked encoding. Fixes issue #5428 2016-06-20 07:43:06 +02:00