8349551: Failures in tests after JDK-8345625

Reviewed-by: jpai, dfuchs
This commit is contained in:
Volkan Yazici 2025-02-10 09:50:45 +00:00 committed by Jaikiran Pai
parent d1ea951d39
commit caac8172ad

View File

@ -1636,6 +1636,11 @@ final class HttpClientImpl extends HttpClient implements Trackable {
return Optional.ofNullable(userProxySelector);
}
// Return the effective proxy that this client uses.
ProxySelector proxySelector() {
return proxySelector;
}
@Override
public WebSocket.Builder newWebSocketBuilder() {
// Make sure to pass the HttpClientFacade to the WebSocket builder.