mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR
This commit is contained in:
parent
747f87f61e
commit
efbe930a69
3 changed files with 6 additions and 5 deletions
|
|
@ -481,7 +481,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
|||
here is the check for that: */
|
||||
/* serious error, go home! */
|
||||
failf (data, "The requested file was not found");
|
||||
return CURLE_HTTP_NOT_FOUND;
|
||||
return CURLE_HTTP_RETURNED_ERROR;
|
||||
}
|
||||
|
||||
if(k->httpversion == 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue