[master] 12fc791 Polish

Poul-Henning Kamp phk at varnish-cache.org
Fri Sep 6 09:00:39 CEST 2013


commit 12fc791ed341806b87821e6c52cc7722eeebfe9d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 5 22:35:43 2013 +0000

    Polish

diff --git a/bin/varnishd/cache/cache_http1_deliver.c b/bin/varnishd/cache/cache_http1_deliver.c
index 7206ff4..d20e90b 100644
--- a/bin/varnishd/cache/cache_http1_deliver.c
+++ b/bin/varnishd/cache/cache_http1_deliver.c
@@ -252,12 +252,6 @@ V1D_Deliver(struct req *req)
 	http_SetHeader(req->resp,
 	    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->vdp_nxt = 0;
 



More information about the varnish-commit mailing list