hg: jdk10/jdk10/jdk: 8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
daniel.fuchs at oracle.com
daniel.fuchs at oracle.com
Tue Aug 8 11:35:47 UTC 2017
Changeset: 0220dcbe2106
Author: dfuchs
Date: 2017-08-08 12:32 +0100
URL: http://hg.openjdk.java.net/jdk10/jdk10/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-all-changes
mailing list