netty5/codec-memcache/src
Scott Mitchell a7135e8677 HttpObjectAggregator doesn't check content-length header
Motivation:
The HttpObjectAggregator always responds with a 100-continue response. It should check the Content-Length header to see if the content length is OK, and if not responds with a 417.

Modifications:
- HttpObjectAggregator checks the Content-Length header in the case of a 100-continue.

Result:
HttpObjectAggregator responds with 417 if content is known to be too big.
2015-08-17 09:26:50 -07:00
..
main/java/io/netty/handler/codec/memcache HttpObjectAggregator doesn't check content-length header 2015-08-17 09:26:50 -07:00
test/java/io/netty/handler/codec/memcache/binary Adhere to our getter/setter naming rules 2014-06-24 16:10:32 +09:00