We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a95fd commit e9daf8aCopy full SHA for e9daf8a
1 file changed
src/java/com/wolfssl/provider/jsse/WolfSSLSocket.java
@@ -2055,9 +2055,6 @@ public synchronized void close() throws IOException {
2055
2056
try {
2057
if (beforeObjectInit == false) {
2058
- /* Ensure SSL state exists before TLS-specific close path. */
2059
- checkAndInitSSLSocket();
2060
-
2061
/* Check if underlying Socket is still open before closing,
2062
* in case application calls SSLSocket.close() multiple times */
2063
WolfSSLDebug.log(getClass(), WolfSSLDebug.INFO,
0 commit comments