[master] 6c53ed3 Fix broken vsl-query example

Dag Haavi Finstad daghf at varnish-software.com
Wed May 2 14:41:08 UTC 2018


commit 6c53ed3db827a038ae2de5462c1b7e3341daf7e4
Author: Dag Haavi Finstad <daghf at varnish-software.com>
Date:   Wed May 2 16:40:12 2018 +0200

    Fix broken vsl-query example

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index 891d361..92b97c9 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -278,7 +278,7 @@ QUERY EXPRESSION EXAMPLES
 * Transaction group contains a request response status of 304, but
   where the request did not contain an if-modified-since header ::
 
-    ReqStatus == 304 and not ReqHeader:if-modified-since
+    RespStatus == 304 and not ReqHeader:if-modified-since
 
 * Transactions that have had backend failures or long delivery time on
   their ESI subrequests. (Assumes request grouping mode). ::


More information about the varnish-commit mailing list