Looks like the right approach to me Prasad. Reviewed.
regards,
Sean.
On 04/06/2020 16:13, Prasadrao Koppula wrote:
Hi,
Could you please review this patch. For timeout/interrupts, JDK11u+
releases, SSLSocket:getSession behavior is different, compare to
JDK8u. i.e, connection is in open state for timeout/interrupts
exception. For comparability reasons, this fix will close connection
for getSession timeout/ interrupts.
Bug: https://bugs.openjdk.java.net/browse/JDK-8246031
Webrev: http://cr.openjdk.java.net/~pkoppula/8246031/webrev.00/
Thanks,
Prasad.K