On Wed, 4 Mar 2026 15:55:55 GMT, Daniel Fuchs <[email protected]> wrote:
> The issue hasd been observed when testing with fastdebug builds. > > The test was not configuring the HTTP/3 request with HTTP_3_URI_ONLY, > although it uses an HTTP/3 only server. As a result, the client can attempt > to fallback to TCP after a reasonable (and short) timeout if the QUIC > handshake is not fast enough. However since the server is HTTP/3 only there's > no TCP server to fallback to. > > Configuring the HTTP/3 request with HTTP_3_URI_ONLY ensures that there's no > TCP fallback, and that the HTTP/3 connection attempt will make use of the > full default QUIC timeout. This pull request has now been integrated. Changeset: ec3b58b5 Author: Daniel Fuchs <[email protected]> URL: https://git.openjdk.org/jdk/commit/ec3b58b5e0c93c9e32a59dd1b65bd3b9dea6e12b Stats: 26 lines in 1 file changed: 15 ins; 1 del; 10 mod 8379162: AggregateRequestBodyTest.java intermittent fails "Connection closed by client peer: APPLICATION_ERROR" Reviewed-by: jpai, syan, djelinski ------------- PR: https://git.openjdk.org/jdk/pull/30051
