netty5/codec-http2
Bryce Anderson bf086c1aa3 Support cancellation in the Http2StreamChannelBootstrap (#9519)
Motivation:

Right now you can cancel the Future returned by
`Http2StreamChannelBootstrap.open()` and that will race with the
registration of the stream channel with the event loop, potentially
culminating in an `IllegalStateException` and potential resource leak.

Modification:

Ensure that the returned promise is uncancellable.

Result:

Should no longer see `IllegalStateException`s.
2019-08-27 20:42:48 +02:00
..
src Support cancellation in the Http2StreamChannelBootstrap (#9519) 2019-08-27 20:42:48 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00