Merge pull request #330 from rlm2002/checkAndInitCatch
removed checkAndInitSSLSocket from close()pull/328/head
commit
416029cd7d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue