r5712 - trunk/varnish-cache/lib/libvcl

phk at varnish-cache.org phk at varnish-cache.org
Tue Jan 11 12:01:48 CET 2011


Author: phk
Date: 2011-01-11 12:01:47 +0100 (Tue, 11 Jan 2011)
New Revision: 5712

Modified:
   trunk/varnish-cache/lib/libvcl/generate.py
Log:
Add beresp.esi, beresp.gzip and beresp.gunzip variables



Modified: trunk/varnish-cache/lib/libvcl/generate.py
===================================================================
--- trunk/varnish-cache/lib/libvcl/generate.py	2011-01-11 10:49:46 UTC (rev 5711)
+++ trunk/varnish-cache/lib/libvcl/generate.py	2011-01-11 11:01:47 UTC (rev 5712)
@@ -298,6 +298,24 @@
 		( 'fetch',),
 		'const struct sess *'
 	),
+	('beresp.esi',
+		'BOOL',
+		( 'fetch',),
+		( 'fetch',),
+		'const struct sess *'
+	),
+	('beresp.gzip',
+		'BOOL',
+		( 'fetch',),
+		( 'fetch',),
+		'const struct sess *'
+	),
+	('beresp.gunzip',
+		'BOOL',
+		( 'fetch',),
+		( 'fetch',),
+		'const struct sess *'
+	),
 	('beresp.ttl',
 		'DURATION',
 		( 'fetch',),




More information about the varnish-commit mailing list