jetty.project/jetty-http2
Simone Bordet 873d1c6d7d Fixes #3601 - HTTP2 stall on reset streams.
The client reset wakes up threads blocked in
writes, but these may again attempt to write,
therefore blocking again.

Now we detect that the stream is not writable
and mark the transport as failed, so that
writes fail immediately without blocking.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-07-25 22:21:13 +02:00
..
http2-alpn-tests Jetty 9.4.x reformat (#3811) 2019-06-24 17:40:30 +02:00
http2-client Fixes #3601 - HTTP2 stall on reset streams. 2019-07-25 22:21:13 +02:00
http2-common Jetty 9.4.x reformat (#3811) 2019-06-24 17:40:30 +02:00
http2-hpack Jetty 9.4.x reformat (#3811) 2019-06-24 17:40:30 +02:00
http2-http-client-transport Fixes #3829 - Avoid sending empty trailer frames for http/2 responses. 2019-07-11 11:46:06 +02:00
http2-server Fixes #3601 - HTTP2 stall on reset streams. 2019-07-25 22:21:13 +02:00
pom.xml Updating to version 9.4.20-SNAPSHOT 2019-06-10 13:40:17 -05:00