netty5/codec-http2/src/main
Norman Maurer c25eec0658 Try to reduce GC produced while writing headers (#9682)
Motivation:

bbc34d0eda introduced correct handling of "in process" setup of streams but there is some room for improvements. Often the writeHeaders(...) is completed directly which means there is not need to create the extra listener object.

Modifications:

- Only create the listener if we really need too.

Result:

Less GC
2019-10-17 10:19:28 -07:00
..
java/io/netty/handler/codec/http2 Try to reduce GC produced while writing headers (#9682) 2019-10-17 10:19:28 -07:00
resources/META-INF/native-image/io.netty/codec-http2 Add io.netty.handler.codec.http2.Http2ConnectionHandler for runtime GraalVM compilation (#9621) 2019-10-07 11:02:13 +04:00