netty5/codec-http/src/test/java/io/netty/handler/codec
Norman Maurer 8269e0f046 [#5892] Correct handle HttpMessage that is EOF terminated
Motivation:

We need to ensure we not add the Transfer-Encoding header if the HttpMessage is EOF terminated.

Modifications:

Only add the Transfer-Encoding header if an Content-Length header is present.

Result:

Correctly handle HttpMessage that is EOF terminated.
2016-11-01 11:13:44 +01:00
..
http [#5892] Correct handle HttpMessage that is EOF terminated 2016-11-01 11:13:44 +01:00
rtsp Created RTSPEncoder and RTSPDecoder which are now common for both requests and responses to be able to handle both types of messages on the same channel. 2015-10-27 14:01:20 +01:00
spdy Deprecation cleanup for HTTP headers 2015-09-09 14:30:21 -07:00