There was an error while loading. Please reload this page.
1 parent 6b2ce52 commit 2132660Copy full SHA for 2132660
1 file changed
test/jdk/java/net/httpclient/AbstractConnectTimeout.java
@@ -82,8 +82,9 @@ public Object[][] variants() {
82
return l.stream().toArray(Object[][]::new);
83
}
84
85
+ // Using test IP from TEST-NET-3: https://www.rfc-editor.org/rfc/rfc5735
86
static final ProxySelector EXAMPLE_DOT_COM_PROXY = ProxySelector.of(
- InetSocketAddress.createUnresolved("example.com", 8080));
87
+ InetSocketAddress.createUnresolved("203.0.113.1", 8080));
88
89
//@Test(dataProvider = "variants")
90
protected void timeoutNoProxySync(Version requestVersion,
0 commit comments