MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / is_connection_error

Function is_connection_error

examples/server/httplib.h:2775–2781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2773}
2774
2775inline bool is_connection_error() {
2776#ifdef _WIN32
2777 return WSAGetLastError() != WSAEWOULDBLOCK;
2778#else
2779 return errno != EINPROGRESS;
2780#endif
2781}
2782
2783inline bool bind_ip_address(socket_t sock, const std::string &host) {
2784 struct addrinfo hints;

Callers 1

create_client_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected