netty5/codec-http2/src
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
..
main Try to reduce GC produced while writing headers (#9682) 2019-10-17 10:19:28 -07:00
test HTTP/2: Prevent memory leak when trying to create new streams on a connection that received a GOAWAY. (#9674) 2019-10-16 19:42:35 -07:00