mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 15:45:42 +00:00
Fixes #250 - Implement HTTP CONNECT for HTTP/2. Modified HTTP/2 implementation to support the CONNECT method. Implemented semantic defined by RFC 8441. Implemented section 8.3 of RFC 7540. Introduced HTTP2Client.streamIdleTimeout. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>