mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Introduced ConnectionPool.Multiplexable for connection pools that support multiplexing. Reworked RoundRobinConnectionPool to support multiplexing. Moved tests to test RoundRobinConnectionPool with both HTTP/1.1 and HTTP/2. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>