Merge pull request #330 from rlm2002/checkAndInitCatch

removed checkAndInitSSLSocket from close()
pull/328/head
Chris Conlon 2026-02-09 17:14:23 -07:00 committed by GitHub
commit 416029cd7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,