On Mon, 16 Mar 2026 02:13:42 GMT, SendaoYan <[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 Thanks @sendaoYan for verifying the fix. This is much appreciated. Thaks @jaikiran and @djelinski for the reviews! ------------- PR Comment: https://git.openjdk.org/jdk/pull/30224#issuecomment-4090846278
