On Wed, 8 Oct 2025 15:29:13 GMT, Daniel Fuchs <[email protected]> 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
