- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user