MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / shutdown_socket

Method shutdown_socket

dependencies/httplib/httplib.h:5872–5875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5870}
5871
5872inline void ClientImpl::shutdown_socket(Socket &socket) {
5873 if (socket.sock == INVALID_SOCKET) { return; }
5874 detail::shutdown_socket(socket.sock);
5875}
5876
5877inline void ClientImpl::close_socket(Socket &socket) {
5878 // If there are requests in flight in another thread, usually closing

Callers

nothing calls this directly

Calls 1

shutdown_socketFunction · 0.85

Tested by

no test coverage detected