jetty.project/jetty-http2
Simone Bordet d3d02f227e Fixes #1719 - Improve handling of HTTP/2 queued requests.
Idle timeout have a special meaning in that they become a no-operation
if the application is dispatched but idle (neither reading nor writing).

HttpChannelOverHTTP2 now forwards the idle timeout to HttpInput, which
will only change its state if it is interested in reading.

HttpInput.consumeAll() has been modified to consume all input even if
it's already failed.

Failures caused by the other peer (e.g. I/O failures or stream resets)
are now retained and will eagerly consumed any queued data to free up
the flow control windows.
2017-08-09 16:21:53 +02:00
..
http2-alpn-tests Updating to version 9.3.22-SNAPSHOT 2017-08-01 11:26:37 -07:00
http2-client Fixes #1719 - Improve handling of HTTP/2 queued requests. 2017-08-09 16:21:53 +02:00
http2-common Updating to version 9.3.22-SNAPSHOT 2017-08-01 11:26:37 -07:00
http2-hpack Updating to version 9.3.22-SNAPSHOT 2017-08-01 11:26:37 -07:00
http2-http-client-transport Updating to version 9.3.22-SNAPSHOT 2017-08-01 11:26:37 -07:00
http2-server Fixes #1719 - Improve handling of HTTP/2 queued requests. 2017-08-09 16:21:53 +02:00
pom.xml Updating to version 9.3.22-SNAPSHOT 2017-08-01 11:26:37 -07:00