netty5/codec-http/src
Daniel Schobel b1cb059540 Motivation:
It is generally useful to have origin http servers respond to
"expect: continue-100" as soon as possible but applications without a
HttpObjectAggregator in their pipelines must use boiler plate to do so.

Modifications:

Introduce the HttpServerExpectContinueHandler handler to make it easier.

Result:

Less boiler plate for http application authors.
2017-04-27 16:20:29 -07:00
..
main/java/io/netty/handler/codec Motivation: 2017-04-27 16:20:29 -07:00
test Motivation: 2017-04-27 16:20:29 -07:00