Re: HttpClient SSL Race Condition

2019-02-03 Thread August Nagro
Thanks! I cannot reproduce the problem on 13-ea b06 (I was using b03). - August On Sun, Feb 3, 2019 at 5:10 AM Daniel Fuchs wrote: > Hi, > > It looks like this is JDK-8214418 - which has been fixed > in 12.0.1 b03 and 13-ea b04. The issue was with the > half closed semantics of the SSL engine i

Re: HttpClient SSL Race Condition

2019-02-03 Thread Daniel Fuchs
Hi, It looks like this is JDK-8214418 - which has been fixed in 12.0.1 b03 and 13-ea b04. The issue was with the half closed semantics of the SSL engine in TLS 1.3. This is only loosely related to https://bugs.openjdk.java.net/browse/JDK-8217094 (we found that while testing the fix to JDK-821441