On Wed, 17 Dec 2025 10:32:56 GMT, Daniel Fuchs <[email protected]> wrote:
> The WebSockteTest was observed failing in timeout once, waiting for the > completable future returned by `WebSocketBuilder::build` to complete. The > suspicion is that it may have been caused by the request being misdirected > due to the use of "localhost" in the URI. > > This trivial fix ensures that the DumyWebSocketServer::getURI returns a URI > with a literal IP address instead of relying on "localhost". Looks good to me. ------------- Marked as reviewed by jpai (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/28864#pullrequestreview-3587215851
