[4.1] 8ed1c28 s/VXID/vxid/

PÃ¥l Hermunn Johansen hermunn at varnish-software.com
Mon Apr 3 14:18:05 CEST 2017


commit 8ed1c28a9f4091d640c80c77c69801e3624dd0db
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Feb 23 14:06:41 2017 +0100

    s/VXID/vxid/

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index e757285..8f72a07 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -52,22 +52,22 @@ The grouping modes are:
   together. Client connections are open ended when using HTTP
   keep-alives, so it is undefined when the session will be
   reported. If the transaction timeout period is exceeded an
-  incomplete session will be reported. Non-transactional data (VXID
+  incomplete session will be reported. Non-transactional data (vxid
   == 0) is not reported.
 
 * Request
 
   Transactions are grouped by request, where the set will include the
   request itself as well as any backend requests or ESI-subrequests.
-  Session data and non-transactional data (VXID == 0) is not
+  Session data and non-transactional data (vxid == 0) is not
   reported.
 
 * VXID
 
-  Transactions are not grouped, so each VXID is reported in it's
+  Transactions are not grouped, so each vxid is reported in it's
   entirety. Sessions, requests, ESI-requests and backend requests are
   all reported individually. Non-transactional data is not reported
-  (VXID == 0). This is the default.
+  (vxid == 0). This is the default.
 
 * Raw
 



More information about the varnish-commit mailing list