Skip to content

Instantly share code, notes, and snippets.

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;