Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ checkSSLWantWrite
Function
checkSSLWantWrite
src/Common/checkSSLReturnCode.cpp:20–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
bool checkSSLWantWrite([[maybe_unused]] ssize_t ret)
21
{
22
#if USE_SSL
23
return ret == Poco::Net::SecureStreamSocket::ERR_SSL_WANT_WRITE;
24
#else
25
return false;
26
#endif
27
}
28
29
}
Callers
2
socketSendBytesImpl
Method · 0.85
socketReceiveBytesImpl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected