We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e79b1 commit b8fd600Copy full SHA for b8fd600
http.c
@@ -66,6 +66,9 @@ static const char *ssl_key;
66
#if LIBCURL_VERSION_NUM >= 0x070908
67
static const char *ssl_capath;
68
#endif
69
+#if LIBCURL_VERSION_NUM >= 0x071304
70
+static const char *curl_no_proxy;
71
+#endif
72
#if LIBCURL_VERSION_NUM >= 0x072c00
73
static const char *ssl_pinnedkey;
74
@@ -74,7 +77,6 @@ static long curl_low_speed_limit = -1;
77
static long curl_low_speed_time = -1;
75
78
static int curl_ftp_no_epsv;
76
79
static const char *curl_http_proxy;
-static const char *curl_no_proxy;
80
static const char *http_proxy_authmethod;
81
static struct {
82
const char *name;
0 commit comments