RFR: 8153572: [JEP 110] IOException (connection closed for reading) is thrown when try to connect HTTPS service

Roger Riggs Roger.Riggs at Oracle.com
Thu May 5 16:46:56 UTC 2016


Hi Michael,

Looks fine.

Editorial:

test/java/net/httpclient/http2/java.httpclient/java/net/http/Http2TestExchange.java

   Line 8: wildcard import unnecdssary when only using SSLSession

test/java/net/httpclient/http2/java.httpclient/java/net/http/Http2TestServerConnection.java

   Line 34: wildcard import unnecdssary when only using SSLSession

Roger



On 5/5/2016 12:21 PM, Michael McMahon wrote:
> Simple change to set default use of TLSv1.2 when the user
> has not specified which protocols to use.
>
> http://cr.openjdk.java.net/~michaelm/8153572/webrev.1/
>
> The change is in HttpClientImpl.java but also includes some logging
> additions.
>
> Thanks
> Michael



More information about the net-dev mailing list