netty5/codec-http
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
..
src HTTP Content Encoder allow EmptyLastHttpContent 2014-11-05 23:31:27 -05:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00