Re: RFR (11): 8206001 Enable TLS1.3 by default in Http Client

2018-07-04 Thread Daniel Fuchs
Hi Michael, This looks good to me. I have tested this changeset both on jdk/jdk11 and jdk/jdk and all my results are green. I also ran tier1, tier2 and tier3 tests on jdk11. I'm glad to see that the rare intermittent failures I was seeing before this patch have now disappeared from my tests res

RFR (11): 8206001 Enable TLS1.3 by default in Http Client

2018-07-04 Thread Michael McMahon
Hi, Can I get the following change reviewed please for 11? It is to enable the use of TLS1.3 in the http client by default plus associated changes caused by the new implementation. http://cr.openjdk.java.net/~michaelm/8206001/webrev.01/ Thanks, Michael.