hg: jdk10/sandbox/jdk: 8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Tue Aug 8 11:48:14 UTC 2017
Changeset: 0220dcbe2106
Author: dfuchs
Date: 2017-08-08 12:32 +0100
URL: http://hg.openjdk.java.net/jdk10/sandbox/jdk/rev/0220dcbe2106
8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
Summary: HttpConnection checks whether the proxy address is resolved and if not attempts to resolve it before creating the underlying connection that connects to the proxy.
Reviewed-by: chegar
! src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpConnection.java
+ test/java/net/httpclient/ProxyTest.java
More information about the jdk10-sandbox-changes
mailing list