Re: HttpClient SSL Race Condition

2019-02-05 Thread Daniel Fuchs
On 03/02/2019 18:05, August Nagro wrote: Thanks! I cannot reproduce the problem on 13-ea b06 (I was using b03). Hi August, I am glad to hear it has fixed your issue. Thank you for confirming that it works with b06! best regards, -- daniel - August

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

HttpClient SSL Race Condition

2019-02-02 Thread August Nagro
Hello, When using multiple threads to send HttpRequests from a static final HttpClient instance, I noticed that CPU use spikes after a minute or so. I created a reproducible example that I've tested on Java 11.0.2 and 13-ea: https://gist.github.com/AugustNagro/fec5f7895bd8bb5db66f2ed9cfafc35c T