This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/http.c b/http.c | |
index 92aba59..8f49e63 100644 | |
--- a/http.c | |
+++ b/http.c | |
@@ -44,6 +44,7 @@ static long curl_low_speed_limit = -1; | |
static long curl_low_speed_time = -1; | |
static int curl_ftp_no_epsv; | |
static const char *curl_http_proxy; | |
+static const char *curl_http_noproxy; | |
static const char *curl_cookie_file; |
NewerOlder