mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:13:31 +03:00
parent
e9ae1bd404
commit
3222eabe18
9 changed files with 45 additions and 47 deletions
|
|
@ -57,7 +57,7 @@ CURLcode Curl_cf_http_proxy_insert_after(struct Curl_cfilter *cf_at,
|
|||
|
||||
extern struct Curl_cftype Curl_cft_http_proxy;
|
||||
|
||||
#endif /* !CURL_DISABLE_PROXY && !CURL_DISABLE_HTTP */
|
||||
#endif /* !CURL_DISABLE_PROXY && !CURL_DISABLE_HTTP */
|
||||
|
||||
#define IS_HTTPS_PROXY(t) (((t) == CURLPROXY_HTTPS) || \
|
||||
((t) == CURLPROXY_HTTPS2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue