On Thu, 12 Mar 2026 18:04:25 GMT, Daniel Fuchs <[email protected]> wrote:

> The HTTP/3 request should have been configured with HTTP_3_URI_ONLY.
> This will prevent falling back to TCP, and since only HTTP/3 is to be used 
> the client will be able to use the full HTTP/3 timeout instead of falling 
> back to TCP if the server does not reply fast enough.
> This is particularly sensitive when running with fastdebug builds which have 
> a tendency of slowing everything down.

After apply the proposed patch, 
test/jdk/java/net/httpclient/UserAuthWithAuthenticator.java run all passed 1000 
times with fastdebug build

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

Marked as reviewed by syan (Committer).

PR Review: https://git.openjdk.org/jdk/pull/30224#pullrequestreview-3951114669

Reply via email to