mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 23:25:50 +00:00
- Fixed max streams semantic for HTTP/3. It's not *concurrent* streams but *cumulative* streams that are limited. Fixed MultiplexConnectionPool to take that into account with the introduction of ConnectionPool.MaxUsable. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>