netty5/codec-http2/src
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
..
main Support cancellation in the Http2StreamChannelBootstrap (#9519) 2019-08-27 20:42:48 +02:00
test Correctly handle client side http2 upgrades when Http2FrameCodec …(9495) (#9501) 2019-08-23 19:26:30 +02:00