Integrated: 8369434: java/net/httpclient/AltServiceUsageTest.java fails intermittently

Daniel Fuchs dfuchs at openjdk.org
Thu Oct 9 15:11:43 UTC 2025


On Wed, 8 Oct 2025 15:29:13 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> The test expects that the first request will go to the HTTP/2 server and the next will go to HTTP/3. But since the default config is to use Http3DiscoveryMode.ANY it can manage to send the first request with HTTP/3 instead.
> 
> Requests should be explicitly configured with Http3DiscoveryMode.ALT_SVC.

This pull request has now been integrated.

Changeset: 48d21b50
Author:    Daniel Fuchs <dfuchs at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/48d21b50faed61eaa4f1d115531a21d0c29a5dff
Stats:     21 lines in 1 file changed: 12 ins; 4 del; 5 mod

8369434: java/net/httpclient/AltServiceUsageTest.java fails intermittently

Reviewed-by: vyazici, jpai

-------------

PR: https://git.openjdk.org/jdk/pull/27696


More information about the net-dev mailing list