nirhen

Results 1 issues of nirhen

int sockfd = socket_connect(host, port); **free(host);** if (sockfd < 0) { free(buf); _reverse_proxy_log(client, "ERROR: Connection to %s:%u failed: %s", **host**, port, strerror(errno)); return -1; } _reverse_proxy_status(client, RP_STATUS_CONNECTED, "Connected to %s:%u",...