[master] bbef2afb5 varnishncsa: doc fix for handling and hitmiss

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Sep 1 09:36:05 UTC 2023


commit bbef2afb5c1f916ad230a8a3e61857213ceb5d90
Author: Asad Sajjad Ahmed <asadsa at varnish-software.com>
Date:   Fri Aug 25 10:24:38 2023 +0200

    varnishncsa: doc fix for handling and hitmiss
    
    Signed-off-by: Asad Sajjad Ahmed <asadsa at varnish-software.com>

diff --git a/doc/sphinx/reference/varnishncsa.rst b/doc/sphinx/reference/varnishncsa.rst
index 863856505..1585b2ae7 100644
--- a/doc/sphinx/reference/varnishncsa.rst
+++ b/doc/sphinx/reference/varnishncsa.rst
@@ -180,12 +180,14 @@ Supported formatters are:
     had been received.
 
   Varnish:hitmiss
-    One of the 'hit' or 'miss' strings, depending on whether the request
-    was a cache hit or miss. Pipe, pass and synth are considered misses.
+    In client mode, one of the 'hit' or 'miss' strings, depending on whether
+    the request was a cache hit or miss. Pipe, pass and synth are considered
+    misses. In backend mode, this field is blank.
 
   Varnish:handling
-    One of the 'hit', 'miss', 'pass', 'pipe' or 'synth' strings indicating
-    how the request was handled.
+    In client mode, one of the 'hit', 'miss', 'pass', 'pipe' or 'synth' strings
+    indicating how the request was handled. In backend mode, this field is
+    blank.
 
   Varnish:side
     Backend or client side. One of two values, 'b' or 'c', depending


More information about the varnish-commit mailing list