netty5/codec-http2/src/main
Norman Maurer 82ac20bec0 Cache the ChannelHandlerContext used in Http2StreamChannelBootstrap (#9382)
Motivation:

At the moment we lookup the ChannelHandlerContext used in Http2StreamChannelBootstrap each time the open(...) method is invoked. This is not needed and we can just cache it for later usage.

Modifications:

Cache ChannelHandlerContext in volatile field.

Result:

Speed up open(...) method implementation when called multiple times
2019-07-18 10:29:14 +02:00
..
java/io/netty/handler/codec/http2 Cache the ChannelHandlerContext used in Http2StreamChannelBootstrap (#9382) 2019-07-18 10:29:14 +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