[3.0] 834dff6 Update to 3.0 syntax

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:34 CEST 2012


commit 834dff692cbed1f8ef66d7976a2f6570eb8ee90e
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Mon Oct 24 22:38:48 2011 +0200

    Update to 3.0 syntax

diff --git a/doc/sphinx/tutorial/purging.rst b/doc/sphinx/tutorial/purging.rst
index e5da595..cea1ccd 100644
--- a/doc/sphinx/tutorial/purging.rst
+++ b/doc/sphinx/tutorial/purging.rst
@@ -134,7 +134,7 @@ object is not available in the ban lurker thread.
 You can use the following template to write ban lurker friendly bans::
 
   sub vcl_fetch {
-    set obj.http.x-url = req.url;
+    set beresp.http.x-url = req.url;
   }
 
   sub vcl_deliver {



More information about the varnish-commit mailing list