RFR: 8369434: java/net/httpclient/AltServiceUsageTest.java fails intermittently
Volkan Yazici
vyazici at openjdk.org
Wed Oct 8 17:23:21 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.
Marked as reviewed by vyazici (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/27696#pullrequestreview-3315816455
More information about the net-dev
mailing list