netty5/codec-http2
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
..
src Try to reduce GC produced while writing headers (#9682) 2019-10-17 10:19:28 -07:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00