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

Jaikiran Pai jpai at openjdk.org
Thu Oct 9 12:00:05 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 looks good to me.

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

Marked as reviewed by jpai (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27696#pullrequestreview-3318611269


More information about the net-dev mailing list