On Wed, 4 Feb 2026 17:04:30 GMT, Daniel Fuchs <[email protected]> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Apply review feedback
>
> test/jdk/java/net/httpclient/ConnectTimeoutTest.java line 329:
>
>> 327: private static boolean isAcceptableCause(Throwable cause) {
>> 328: if (cause instanceof NoRouteToHostException) return true;
>> 329: if (cause instanceof UnresolvedAddressException) return true;
>
> NoRouteToHostException and UnresolvedAddressException should not happen with
> the loopback.
Removed in 2bc6cf3a58f.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29431#discussion_r2767933036