Skip to content

Commit

Permalink
Update test/jdk/java/net/httpclient/ManyRequests.java
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jelinski <[email protected]>
  • Loading branch information
dfuch and djelinski authored Mar 12, 2024
1 parent 9b82022 commit e2dc2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/net/httpclient/ManyRequests.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static void test(HttpsServer server, HttpClient client) throws Exception {

URI baseURI = URIBuilder.newBuilder()
.scheme("https")
.host(InetAddress.getLoopbackAddress())
.loopback()
.port(port)
.path("/foo/x").build();
server.createContext("/foo", new TestEchoHandler());
Expand Down

0 comments on commit e2dc2b4

Please sign in to comment.