aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2009-06-16 13:16:28 +0000
committerMichal Marek <mmarek@suse.cz>2009-06-16 13:16:28 +0000
commit0b317b72ae6f23eb4dbd0a22509a20ff5acb2958 (patch)
treefc1a05be21aa1ea7a36a9ef385ac60d1abbb3647 /lib/urldata.h
parentafe06d15639d9add4c62880a3020c3707fdff9f9 (diff)
- When doing non-anonymous ftp via http proxies and the password is not
provided in the url, add it there (squid needs this).
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f41b6583e..a1d9be739 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -625,6 +625,7 @@ struct ConnectBits {
EPRT doesn't work we disable it for the forthcoming
requests */
bool netrc; /* name+password provided by netrc */
+ bool userpwd_in_url; /* name+password found in url */
bool done; /* set to FALSE when Curl_do() is called and set to TRUE
when Curl_done() is called, to prevent Curl_done() to