mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
Improved Pool.reserve(int) logic to take into account the fact that an entry can accommodate maxMultiplex acquires. This reduces connection openings for HTTP/2 in case of spikes of requests. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>