jetty.project/jetty-http2
Simone Bordet 2f19c67b41
Fixes #6208 - HTTP/2 max local stream count exceeded (#6220)
* Fixes #6208 - HTTP/2 max local stream count exceeded

Backported from Jetty 10 the "new stream" event so that the Stream can be set early on the client's `HttpChannelOverHTTP2`.
In this way, when a HEADERS frame stalled due to TCP congestion is failed, the corresponding Stream is closed and the connection released to the pool, fixing the "max stream exceeded" issue.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-04-29 09:30:23 +02:00
..
http2-alpn-tests Updating to version 9.4.41-SNAPSHOT 2021-04-13 16:24:42 -05:00
http2-client Updating to version 9.4.41-SNAPSHOT 2021-04-13 16:24:42 -05:00
http2-common Fixes #6208 - HTTP/2 max local stream count exceeded (#6220) 2021-04-29 09:30:23 +02:00
http2-hpack Updating to version 9.4.41-SNAPSHOT 2021-04-13 16:24:42 -05:00
http2-http-client-transport Fixes #6208 - HTTP/2 max local stream count exceeded (#6220) 2021-04-29 09:30:23 +02:00
http2-server Updating to version 9.4.41-SNAPSHOT 2021-04-13 16:24:42 -05:00
pom.xml Updating to version 9.4.41-SNAPSHOT 2021-04-13 16:24:42 -05:00