mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8349551: Failures in tests after JDK-8345625
Reviewed-by: jpai, dfuchs
This commit is contained in:
parent
d1ea951d39
commit
caac8172ad
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user