netty5/codec-http/src
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
..
main/java/io/netty/handler/codec [#5892] Correct handle HttpMessage that is EOF terminated 2016-11-01 11:13:44 +01:00
test [#5892] Correct handle HttpMessage that is EOF terminated 2016-11-01 11:13:44 +01:00