porting rev.1912 from 1.4.4 (fixed SF# 3552597)

This commit is contained in:
Aleksandar Fabijanic
2012-08-18 02:19:34 +00:00
parent e7f2ade581
commit 662050937e
5 changed files with 35 additions and 2 deletions

View File

@@ -241,6 +241,7 @@ void SecureSocketImpl::shutdown()
// done with it.
int rc = SSL_shutdown(_pSSL);
if (rc < 0) handleError(rc);
if (_pSocket->getBlocking()) _pSocket->shutdown();
}
}
}