netty5/codec-http2/src
Norman Maurer d56f403c69 First call channelReadComplete(...) before flush(...) for better performance
Motivation:

In Http2ConnectionHandler we call flush(...) in channelReadComplete(...) to ensure we update the flow-controller and write stuff to the remote peer. We should better flip the order and so may be able to pick up more bytes.

Modifications:

Change order of calls.

Result:

Better performance
2017-08-04 11:55:35 +02:00
..
main/java/io/netty/handler/codec/http2 First call channelReadComplete(...) before flush(...) for better performance 2017-08-04 11:55:35 +02:00
test Configures HTTP2 pipeline with more proper way 2017-08-02 06:58:55 +02:00