netty5/codec/src
Scott Mitchell b33901c5a6 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:32:26 -05:00
..
main/java/io/netty/handler/codec HTTP Content Encoder allow EmptyLastHttpContent 2014-11-05 23:32:26 -05:00
test Netty Headers Class Restructure and Algorithm Updates 2014-10-21 13:04:08 -04:00