X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=file.c;h=480c40b2f14fc2290cda5169fe81bdf2112dacc9;hp=c8833b6a55b4f3023cae4c7cb3e6cb98a7de71c8;hb=618493e378e2239f0d30902e47adfa134e649fdc;hpb=5162e3b0ee7bd1d0fd6e75e1ca7993a1834b5291 diff --git a/file.c b/file.c index c8833b6..480c40b 100644 --- a/file.c +++ b/file.c @@ -614,6 +614,7 @@ static void uh_file_request(struct client *cl, const char *url, if (fd < 0) goto error; + req->respond_chunked = false; cl->dispatch.file.hdr = tb; uh_file_data(cl, pi, fd); cl->dispatch.file.hdr = NULL;