netty5/codec/src
Scott Mitchell 72a611a28f HTTP Content Encoder allow EmptyLastHttpContent
Motiviation:
The HttpContentEncoder does not account for a EmptyLastHttpContent being provided as input.  This is useful in situations where the client is unable to determine if the current content chunk is the last content chunk (i.e. a proxy forwarding content when transfer encoding is chunked).

Modifications:
- HttpContentEncoder should not attempt to compress empty HttpContent objects

Result:
HttpContentEncoder supports a EmptyLastHttpContent to terminate the response.
2014-11-05 23:31:27 -05:00
..
main/java/io/netty/handler/codec HTTP Content Encoder allow EmptyLastHttpContent 2014-11-05 23:31:27 -05:00
test Backport header improvements from 5.0 2014-11-01 00:59:57 +09:00