From 8a9098a36c1723a5fdae9b585c9c10eae738efc5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Dec 2001 15:58:22 +0000 Subject: [PATCH] =?UTF-8?q?*cool*=20fix=20by=20Bj=F6rn=20Stenberg,=20makes?= =?UTF-8?q?=20proxy=20transfers=20work=20better...!=20:-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/url.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/url.c b/lib/url.c index 808f9c0be..79e6ced7b 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1566,6 +1566,7 @@ static CURLcode CreateConnection(struct SessionHandle *data, /* we have a proxy here to set */ data->change.proxy = proxy; data->change.proxy_alloc=TRUE; /* this needs to be freed later */ + conn->bits.httpproxy = TRUE; } } /* if (!nope) - it wasn't specified non-proxy */ } /* NO_PROXY wasn't specified or '*' */