aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index db59ca5ad..eca2cad7b 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -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)