mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
porting rev.1912 from 1.4.4 (fixed SF# 3552597)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user