netty5/codec-http2/src
Scott Mitchell 45849b2fa8 Deprecate PromiseAggregator
Motivation:
PromiseAggregator's API allows for the aggregate promise to complete before the user is done adding promises. In order to support this use case the API structure would need to change in a breaking manner.

Modifications:
- Deprecate PromiseAggregator and subclasses
- Introduce PromiseCombiner which corrects these issues

Result:
PromiseCombiner corrects the deficiencies in PromiseAggregator.
2016-03-14 10:53:30 -07:00
..
main/java/io/netty/handler/codec/http2 Deprecate PromiseAggregator 2016-03-14 10:53:30 -07:00
test HTTP/2 DefaultHttp2Connection NPE 2016-03-11 07:41:04 -08:00