netty5/codec-http2
Idel Pivnitskiy 10354b62c8 New H2 stream promise may never complete (#10443)
Motivation:

`Http2StreamChannelBootstrap#open0` invokes
`Http2MultiplexHandler#newOutboundStream()` which may throw an
`IllegalStateException`. In this case, it will never complete
the passed promise.

Modifications:

- `try-catch` all invocations of `newOutboundStream()` and fail
promise in case of any exception;

Result:

New H2 stream promise always completes.
2020-08-06 08:34:44 +02:00
..
src New H2 stream promise may never complete (#10443) 2020-08-06 08:34:44 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00