r4189 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Tue Aug 18 10:45:41 CEST 2009


Author: phk
Date: 2009-08-18 10:45:41 +0200 (Tue, 18 Aug 2009)
New Revision: 4189

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
Log:
Remove last traces of client.bandwidth object



Modified: trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl	2009-08-18 08:29:27 UTC (rev 4188)
+++ trunk/varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl	2009-08-18 08:45:41 UTC (rev 4189)
@@ -92,11 +92,6 @@
 	{recv pipe pass hash miss hit fetch deliver                error }
 	"const struct sess *"
     }
-    { client.bandwidth				 # Not implemented yet
-	NO
-	{ }
-	"const struct sess *"
-    }
     { server.ip
 	RO IP
 	{recv pipe pass hash miss hit fetch deliver                error }



More information about the varnish-commit mailing list