jetty.project/jetty-http2
Simone Bordet e5554831e0
Fixes #2616 - Trailers preventing client from processing all the data. (#2623)
* Fixes #2616 - Trailers preventing client from processing all the data.

Trailer handling was erroneously firing the response success event
before all the response content events happened.

Now the trailer handling uses a poison-pill DATA frame to make sure that
all response content events happen before the response success event.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-06-05 18:55:55 +02:00
..
http2-alpn-tests Updating to version 9.4.11-SNAPSHOT 2018-05-03 11:48:05 -05:00
http2-client Fixes #2545 - Slow HTTP2 per-stream download performance. 2018-05-18 09:06:49 +02:00
http2-common Fixes #2545 - Slow HTTP2 per-stream download performance. 2018-05-18 09:06:49 +02:00
http2-hpack Issue #2571 HPACK table overflow (#2589) 2018-05-30 09:22:00 +02:00
http2-http-client-transport Fixes #2616 - Trailers preventing client from processing all the data. (#2623) 2018-06-05 18:55:55 +02:00
http2-server Fixes #2545 - Slow HTTP2 per-stream download performance. 2018-05-18 09:06:49 +02:00
pom.xml Updating to version 9.4.11-SNAPSHOT 2018-05-03 11:48:05 -05:00