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
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
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
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