[master] 6945ed5 Add missing "}".

Tollef Fog Heen tfheen at varnish-cache.org
Mon Jun 4 09:00:14 CEST 2012


commit 6945ed579e532ab8274979715c436c371a8b8e32
Author: Thomas Tourlourat <thomas at tourlourat.com>
Date:   Fri Jun 1 11:53:16 2012 +0300

    Add missing "}".

diff --git a/doc/sphinx/tutorial/cookies.rst b/doc/sphinx/tutorial/cookies.rst
index 88e9d07..deda74c 100644
--- a/doc/sphinx/tutorial/cookies.rst
+++ b/doc/sphinx/tutorial/cookies.rst
@@ -62,6 +62,7 @@ cookies named COOKIE1 and COOKIE2 and you can marvel at it::
       if (req.http.Cookie == "") {
           remove req.http.Cookie;
       }
+    }
   }
 
 A somewhat simpler example that can accomplish almost the same can be



More information about the varnish-commit mailing list