mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 16:05:00 +00:00
* Fixes #2672 - Max local stream count exceeded for HttpClient with HTTP/2 transport. Now waiting for the server preface to arrive to the client before making the connection available to the ConnectionPool. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>