removed checkAndInitSSLSocket from close()

pull/330/head
Ruby Martin 2026-02-09 11:38:12 -07:00
parent 6867aba9d0
commit 58ea3f8647
1 changed files with 0 additions and 2 deletions

View File

@ -2046,8 +2046,6 @@ public class WolfSSLSocket extends SSLSocket {
try {
if (beforeObjectInit == false) {
checkAndInitSSLSocket();
/* Check if underlying Socket is still open before closing,
* in case application calls SSLSocket.close() multiple times */
WolfSSLDebug.log(getClass(), WolfSSLDebug.INFO,