diff options
Diffstat (limited to 'src/http.c')
-rw-r--r-- | src/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2817,7 +2817,7 @@ read_header: } if (statcode == HTTP_STATUS_RANGE_NOT_SATISFIABLE - || (!opt.timestamping && statcode == HTTP_STATUS_OK + || (!opt.timestamping && hs->restval > 0 && statcode == HTTP_STATUS_OK && contrange == 0 && contlen >= 0 && hs->restval >= contlen)) { /* If `-c' is in use and the file has been fully downloaded (or |