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

Method process_socket

external/httplib.h:8011–8017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8009}
8010
8011inline bool
8012ClientImpl::process_socket(const Socket &socket,
8013 std::function<bool(Stream &strm)> callback) {
8014 return detail::process_client_socket(
8015 socket.sock, read_timeout_sec_, read_timeout_usec_, write_timeout_sec_,
8016 write_timeout_usec_, std::move(callback));
8017}
8018
8019inline bool ClientImpl::is_ssl() const { return false; }
8020

Callers

nothing calls this directly

Calls 2

process_client_socketFunction · 0.85

Tested by

no test coverage detected