mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 06:55:53 +00:00
* 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>