aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-20 15:58:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-20 15:58:22 +0000
commit8a9098a36c1723a5fdae9b585c9c10eae738efc5 (patch)
tree3c49767e30bb744742fb26f37d4a196819409475 /lib
parent28027c2aa2578710464698118ef073f33813bad4 (diff)
*cool* fix by Björn Stenberg, makes proxy transfers work better...! :-)
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c1
1 files changed, 1 insertions, 0 deletions
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 '*' */