MCPcopy 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
20bool 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

socketSendBytesImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected