Skip to content

Commit 4bb80f3

Browse files
8262898: com/sun/net/httpserver/bugs/8199849/ParamTest.java times out
Reviewed-by: dfuchs
1 parent 2f51699 commit 4bb80f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jdk/com/sun/net/httpserver/bugs/8199849/ParamTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public static void main(String args[]) throws Exception {
200200
URI uri = url.toURI();
201201
HttpClient client = HttpClient.newBuilder()
202202
.authenticator(auth)
203+
.proxy(ProxySelector.of(null))
203204
.build();
204205

205206
HttpRequest request = HttpRequest

0 commit comments

Comments
 (0)