jetty.project/jetty-http2
Simone Bordet 6224e75862
Issue #2366 - Review HTTP/2 interleaving. (#2379)
* Fixes #2366 - Review HTTP/2 interleaving.

Now using a fairer algorithm that performs multiple generation passes
but without generating all frames for the current entries - it stops
after N passes over all the entries when the number of bytes to
write is large enough.

Using HttpConfiguration.outputBufferSize as the writeThreshold on
the server and a default 32 KiB on the client to stop the generation
after a pass over all the entries.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-04-13 11:50:17 +02:00
..
http2-alpn-tests Updating to version 9.4.10-SNAPSHOT 2018-03-20 08:25:59 -05:00
http2-client Issue #2366 - Review HTTP/2 interleaving. (#2379) 2018-04-13 11:50:17 +02:00
http2-common Issue #2366 - Review HTTP/2 interleaving. (#2379) 2018-04-13 11:50:17 +02:00
http2-hpack Updating to version 9.4.10-SNAPSHOT 2018-03-20 08:25:59 -05:00
http2-http-client-transport Issue #2349 - Review HTTP/2 max streams enforcement. (#2389) 2018-03-28 13:10:11 +11:00
http2-server Issue #2366 - Review HTTP/2 interleaving. (#2379) 2018-04-13 11:50:17 +02:00
pom.xml Updating to version 9.4.10-SNAPSHOT 2018-03-20 08:25:59 -05:00