History log of /openjdk10/jdk/test/java/net/httpclient/ProxyTest.java
Revision Date Author Comments
# 17571:4e7ef83423c2 16-Aug-2017 dfuchs

8181422: ClassCastException in HTTP Client
Summary: Added missing AsyncSSLTunnelConnection
Reviewed-by: michaelm


# 17551:0220dcbe2106 07-Aug-2017 dfuchs

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