JSSE: skip setting ssl to null in Input/OutputStream.close() in case other thread is blocked in ssl.read/write() on select/poll()

pull/233/head
Chris Conlon 2024-11-13 11:30:23 -07:00
parent 6e69cb2241
commit 32ac8ac11c
1 changed files with 0 additions and 2 deletions

View File

@ -2443,7 +2443,6 @@ public class WolfSSLSocket extends SSLSocket {
}
this.socket = null;
this.ssl = null;
this.isClosed = true;
/* Reset "is closing" state to false, now closed */
@ -2663,7 +2662,6 @@ public class WolfSSLSocket extends SSLSocket {
}
this.socket = null;
this.ssl = null;
this.isClosed = true;
/* Reset "is closing" state to false, now closed */