We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6867aba + 58ea3f8 commit 416029cCopy full SHA for 416029c
1 file changed
src/java/com/wolfssl/provider/jsse/WolfSSLSocket.java
@@ -2046,8 +2046,6 @@ public synchronized void close() throws IOException {
2046
try {
2047
if (beforeObjectInit == false) {
2048
2049
- checkAndInitSSLSocket();
2050
-
2051
/* Check if underlying Socket is still open before closing,
2052
* in case application calls SSLSocket.close() multiple times */
2053
WolfSSLDebug.log(getClass(), WolfSSLDebug.INFO,
0 commit comments