[master] 3e08b8b Minor polish

Poul-Henning Kamp phk at FreeBSD.org
Wed Oct 1 21:05:14 CEST 2014


commit 3e08b8bb9b6885694d75ae70e97a10736554df25
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Oct 1 11:31:57 2014 +0000

    Minor polish

diff --git a/bin/varnishd/cache/cache_http1_fetch.c b/bin/varnishd/cache/cache_http1_fetch.c
index ca369d2..7c61514 100644
--- a/bin/varnishd/cache/cache_http1_fetch.c
+++ b/bin/varnishd/cache/cache_http1_fetch.c
@@ -153,7 +153,7 @@ V1F_fetch_hdr(struct worker *wrk, struct busyobj *bo)
 
 	/* Receive response */
 
-	HTTP1_Init(htc, bo->ws, vc->fd, vc->vsl,
+	HTTP1_Init(htc, bo->ws, vc->fd, bo->vsl,
 	    cache_param->http_resp_size,
 	    cache_param->http_resp_hdr_len);
 	CHECK_OBJ_NOTNULL(htc, HTTP_CONN_MAGIC);



More information about the varnish-commit mailing list