Searched refs:http_fail_on_error (Results 1 – 3 of 3) sorted by relevance
551 return data->set.http_fail_on_error?CURLE_HTTP_RETURNED_ERROR:CURLE_OK; in Curl_http_auth_act()1008 if(!data->set.http_fail_on_error) in http_should_fail()3700 else if(data->set.http_fail_on_error && (k->httpcode >= 400) && in Curl_http_readwrite_headers()
1686 bit http_fail_on_error:1; /* fail on HTTP error codes >= 400 */ member
240 data->set.http_fail_on_error = (0 != va_arg(param, long)) ? TRUE : FALSE; in vsetopt()