Skip to content

Commit

Permalink
8262898: com/sun/net/httpserver/bugs/8199849/ParamTest.java times out
Browse files Browse the repository at this point in the history
Reviewed-by: dfuchs
  • Loading branch information
Michael-Mc-Mahon committed Apr 6, 2021
1 parent 2f51699 commit 4bb80f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public static void main(String args[]) throws Exception {
URI uri = url.toURI();
HttpClient client = HttpClient.newBuilder()
.authenticator(auth)
.proxy(ProxySelector.of(null))
.build();

HttpRequest request = HttpRequest
Expand Down

0 comments on commit 4bb80f3

Please sign in to comment.