jetty.project/jetty-http2
Simone Bordet 07c9bc5a51 Fixes #1169 - HTTP/2 reset on a stalled write does not unblock writer thread.
The fix notifies the transport when a reset frame is received,
allowing the transport to fail the write callback which then notifies
the application, either by throwing (in case of blocking writes) or
by calling error listeners.

Also added a guard, in HttpChannel.handle() for the ERROR_DISPATCH case,
that checks if the response is already committed, and if so, abort
the transport - similar to what's already there for 9.4.
2016-12-14 11:07:00 +01:00
..
http2-alpn-tests Updating to version 9.3.15-SNAPSHOT 2016-10-28 13:01:34 -07:00
http2-client Fixes #1169 - HTTP/2 reset on a stalled write does not unblock writer thread. 2016-12-14 11:07:00 +01:00
http2-common Updating to version 9.3.15-SNAPSHOT 2016-10-28 13:01:34 -07:00
http2-hpack Improved logging. 2016-12-12 16:00:12 +01:00
http2-http-client-transport Updating to version 9.3.15-SNAPSHOT 2016-10-28 13:01:34 -07:00
http2-server Fixes #1169 - HTTP/2 reset on a stalled write does not unblock writer thread. 2016-12-14 11:07:00 +01:00
pom.xml Updating to version 9.3.15-SNAPSHOT 2016-10-28 13:01:34 -07:00