CURLE_HTTP_NOT_FOUND => CURLE_HTTP_RETURNED_ERROR

This commit is contained in:
Daniel Stenberg 2002-12-18 16:51:02 +00:00
parent 747f87f61e
commit efbe930a69
3 changed files with 6 additions and 5 deletions

View file

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