summaryrefslogtreecommitdiffstats
path: root/lib/libfetch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c
index 132949e..39a8cfaa 100644
--- a/lib/libfetch/http.c
+++ b/lib/libfetch/http.c
@@ -1064,6 +1064,7 @@ http_request(struct url *URL, const char *op, struct url_stat *us,
if (url->offset == size && url->length == 0) {
/* asked for 0 bytes; fake it */
offset = url->offset;
+ clength = -1;
conn->err = HTTP_OK;
break;
} else {
OpenPOWER on IntegriCloud