mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 09:51:46 -05:00
*** empty log message ***
This commit is contained in:
parent
453e9b0dce
commit
d27813c2dd
@ -768,8 +768,8 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||||||
* are definitely errors, so give up here.
|
* are definitely errors, so give up here.
|
||||||
*/
|
*/
|
||||||
if (data->set.http_fail_on_error && (k->httpcode >= 400) &&
|
if (data->set.http_fail_on_error && (k->httpcode >= 400) &&
|
||||||
((k->httpcode != 401) || !data->set.userpwd) &&
|
((k->httpcode != 401) || !conn->bits.user_passwd) &&
|
||||||
((k->httpcode != 407) || !data->set.proxyuserpwd) ) {
|
((k->httpcode != 407) || !conn->bits.proxy_user_passwd) ) {
|
||||||
|
|
||||||
if (data->reqdata.resume_from &&
|
if (data->reqdata.resume_from &&
|
||||||
(data->set.httpreq==HTTPREQ_GET) &&
|
(data->set.httpreq==HTTPREQ_GET) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user