jetty.project/jetty-ee10/jetty-ee10-tests/jetty-ee10-test-client-tran...
Simone Bordet fa0502db54
Fixes #12249 - HTTP/2 responses with Content-Length may have no content. (#12250)
Fixed HttpReceiverOverHTTP2.read() to return a failed chunk if the stream has been reset.
This closes the window where a RST_STREAM frame may be received, drain the DATA frames in HTTP2Stream, and the application reading exactly at that point.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2024-09-09 17:20:17 +02:00
..
src/test Fixes #12249 - HTTP/2 responses with Content-Length may have no content. (#12250) 2024-09-09 17:20:17 +02:00
pom.xml Updating to version 12.0.13-SNAPSHOT 2024-07-25 17:23:21 -05:00