netty5/codec-http2/src/main
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
..
java/io/netty/handler/codec/http2 Support cancellation in the Http2StreamChannelBootstrap (#9519) 2019-08-27 20:42:48 +02:00
resources/META-INF/native-image/io.netty/codec-http2 Remove deprecated GraalVM native-image flags (#9118) 2019-05-22 19:22:03 +02:00