netty5/codec-http2/src/main/java/io/netty/handler
Scott Mitchell 0736a3bc35 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:10 -07:00
..
codec/http2 HTTP/2 SimplePromiseAggregator tryFailure not consistent with setFailure 2015-09-01 10:35:10 -07:00