jetty.project/jetty-http2/http2-common/src
Simone Bordet 1fc1ac89e2 Fixes #2545 - Slow HTTP2 per-stream download performance.
Moved the initialization of the SETTINGS frame to a common place
shared by both the low-level HTTP2Client and the higher level
HttpClientTransportOverHTTP2.

Did the same with HTTP2 server ConnectionFactories.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-05-18 09:06:49 +02:00
..
main/java/org/eclipse/jetty/http2 Fixes #2545 - Slow HTTP2 per-stream download performance. 2018-05-18 09:06:49 +02:00
test Issue #2439 - Remove HTTP/2 data copy. (#2444) 2018-05-09 09:39:57 +02:00