netty5/codec-http/src
Roger Kapsi cfa60552fb Selective Message Aggregation (#8793)
Motivation

Implementations of MessageAggregator (HttpObjectAggregator in particular) may wish to
selectively aggrerage requests and responses on a case-by-case basis such as for example
only POST requests or only responses of a certain content-type.

Modifications

Adding a flag to MessageAggregator that toggles between true/false depending on if aggregation
is desired for the current message or not.

Result

Fixes #8772
2019-02-04 09:58:40 +01:00
..
main/java/io/netty/handler/codec Replace custome readAllFile method with Files.readAllBytes (#8828) 2019-02-01 16:45:20 +01:00
test Selective Message Aggregation (#8793) 2019-02-04 09:58:40 +01:00