netty5/codec-http/src/test
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
..
java/io/netty/handler/codec HTTP Content Encoder allow EmptyLastHttpContent 2014-11-05 23:31:27 -05:00
resources Backport the HttpPostRequestEncoder fixes by @igstan 2014-01-19 22:21:24 +09:00