MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / checkSSLWantRead

Function checkSSLWantRead

src/Common/checkSSLReturnCode.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11bool checkSSLWantRead([[maybe_unused]] ssize_t ret)
12{
13#if USE_SSL
14 return ret == Poco::Net::SecureStreamSocket::ERR_SSL_WANT_READ;
15#else
16 return false;
17#endif
18}
19
20bool checkSSLWantWrite([[maybe_unused]] ssize_t ret)
21{

Callers 2

socketSendBytesImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected