MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / process_client_socket_ssl

Function process_client_socket_ssl

external/httplib.h:8904–8911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8902
8903template <typename T>
8904inline bool
8905process_client_socket_ssl(SSL *ssl, socket_t sock, time_t read_timeout_sec,
8906 time_t read_timeout_usec, time_t write_timeout_sec,
8907 time_t write_timeout_usec, T callback) {
8908 SSLSocketStream strm(sock, ssl, read_timeout_sec, read_timeout_usec,
8909 write_timeout_sec, write_timeout_usec);
8910 return callback(strm);
8911}
8912
8913class SSLInit {
8914public:

Callers 1

process_socketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected