Commit 12fc791e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Polish

parent 217c0e24
...@@ -252,12 +252,6 @@ V1D_Deliver(struct req *req) ...@@ -252,12 +252,6 @@ V1D_Deliver(struct req *req)
http_SetHeader(req->resp, http_SetHeader(req->resp,
req->doclose ? "Connection: close" : "Connection: keep-alive"); req->doclose ? "Connection: close" : "Connection: keep-alive");
/*
* If nothing special planned, we can attempt Range support
*/
req->range_low = 0;
req->range_high = req->obj->len - 1;
req->vdps[0] = v1d_bytes; req->vdps[0] = v1d_bytes;
req->vdp_nxt = 0; req->vdp_nxt = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment