netty5/codec-http2
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
..
src Cache the ChannelHandlerContext used in Http2StreamChannelBootstrap (#9382) 2019-07-18 10:29:14 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00