Loading lib/socks.c +4 −1 Original line number Diff line number Diff line Loading @@ -597,9 +597,12 @@ CURLcode Curl_SOCKS5(const char *proxy_name, if(rc == CURLRESOLV_ERROR) return CURLE_COULDNT_RESOLVE_HOST; if(rc == CURLRESOLV_PENDING) if(rc == CURLRESOLV_PENDING) { /* this requires that we're in "wait for resolve" state */ rc = Curl_wait_for_resolv(conn, &dns); if(rc) return rc; } /* * We cannot use 'hostent' as a struct that Curl_resolv() returns. It Loading Loading
lib/socks.c +4 −1 Original line number Diff line number Diff line Loading @@ -597,9 +597,12 @@ CURLcode Curl_SOCKS5(const char *proxy_name, if(rc == CURLRESOLV_ERROR) return CURLE_COULDNT_RESOLVE_HOST; if(rc == CURLRESOLV_PENDING) if(rc == CURLRESOLV_PENDING) { /* this requires that we're in "wait for resolve" state */ rc = Curl_wait_for_resolv(conn, &dns); if(rc) return rc; } /* * We cannot use 'hostent' as a struct that Curl_resolv() returns. It Loading