- When doing non-anonymous ftp via http proxies and the password is not

provided in the url, add it there (squid needs this).
This commit is contained in:
Michal Marek
2009-06-16 13:16:28 +00:00
parent afe06d1563
commit 0b317b72ae
6 changed files with 96 additions and 22 deletions

View File

@@ -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