netty5/codec/src
Trustin Lee 950da2eae1 Allow MessageAggregator to disallow non-empty content
Motivation:

A user sometimes just want the aggregated message has no content at
all. (e.g. A user only wants HTTP GET requests.)

Modifications:

- Do not raise IllegalArgumentException even if a user specified
  the maxContentLength of 0

Result:

A user can disallow a message with non-empty content.
2015-06-10 12:06:27 +09:00
..
main/java/io/netty/handler/codec Allow MessageAggregator to disallow non-empty content 2015-06-10 12:06:27 +09:00
test Revert "Ensure channelReadComplete() is called only when necessary" 2015-04-20 09:10:41 +02:00