netty5/codec
Trustin Lee 17586d15d5 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:07:01 +09:00
..
src Allow MessageAggregator to disallow non-empty content 2015-06-10 12:07:01 +09:00
pom.xml Refactor tests for compression codecs 2015-04-10 15:50:20 +02:00