netty5/codec-http2/src
Scott Mitchell 634f63e654 HTTP/2 SimplePromiseAggregator tryFailure not consistent with setFailure
Motivation:
The SimplePromiseAggregator.setFailure allows a failure to occur before newPromise is called, but tryFailure doesn't. These methods should be consistent.

Modifications:
- tryFailure should use the same logic as setFailure

Result:
Consistent failure routines.
2015-09-01 10:35:30 -07:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 SimplePromiseAggregator tryFailure not consistent with setFailure 2015-09-01 10:35:30 -07:00
test/java/io/netty/handler/codec/http2 HTTP/2 InboundHttp2ToHttpAdapterTest race condition 2015-08-28 08:50:27 -07:00