Loading lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -4893,6 +4893,7 @@ static bool check_noproxy(const char *name, const char *no_proxy) return FALSE; } #ifndef CURL_DISABLE_HTTP /**************************************************************** * Detect what (if any) proxy to use. Remember that this selects a host * name and is not limited to HTTP proxies only. Loading Loading @@ -4962,6 +4963,7 @@ static char *detect_proxy(struct connectdata *conn) return proxy; } #endif /* CURL_DISABLE_HTTP */ /* * If this is supposed to use a proxy, we need to figure out the proxy Loading Loading
lib/url.c +2 −0 Original line number Diff line number Diff line Loading @@ -4893,6 +4893,7 @@ static bool check_noproxy(const char *name, const char *no_proxy) return FALSE; } #ifndef CURL_DISABLE_HTTP /**************************************************************** * Detect what (if any) proxy to use. Remember that this selects a host * name and is not limited to HTTP proxies only. Loading Loading @@ -4962,6 +4963,7 @@ static char *detect_proxy(struct connectdata *conn) return proxy; } #endif /* CURL_DISABLE_HTTP */ /* * If this is supposed to use a proxy, we need to figure out the proxy Loading