[master] 949d532 We only have beresp in vcl_fetch{}

Poul-Henning Kamp phk at varnish-cache.org
Mon Apr 11 10:32:04 CEST 2011


commit 949d5320006d2aa189e2ff72b57306f5670bd62b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Apr 11 07:04:39 2011 +0000

    We only have beresp in vcl_fetch{}

diff --git a/lib/libvcl/generate.py b/lib/libvcl/generate.py
index b9e1cc3..262b25b 100755
--- a/lib/libvcl/generate.py
+++ b/lib/libvcl/generate.py
@@ -312,8 +312,8 @@ sp_variables = (
 	),
 	('beresp.do_stream',
 		'BOOL',
-		( 'miss', 'pass', 'fetch',),
-		( 'miss', 'pass', 'fetch',),
+		( 'fetch',),
+		( 'fetch',),
 		'const struct sess *'
 	),
 	('beresp.do_gzip',



More information about the varnish-commit mailing list