netty5/codec-http2
Norman Maurer f47cf0c4d3 Reduce object creation on Http2FrameCodec (#9333)
Motivation:

We don't need the extra ChannelPromise when writing headers anymore in Http2FrameCodec. This also means we cal re-use a ChannelFutureListener and so not need to create new instances all the time.

Modifications:

- Just pass the original ChannelPromise when writing headers
- Reuse the ChannelFutureListener

Result:

Two less objects created when writing headers for an not-yet created stream.
2019-07-06 09:14:16 +02:00
..
src Reduce object creation on Http2FrameCodec (#9333) 2019-07-06 09:14:16 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00