[master] d4baf14 Document %I and %O ncsa format specifiers

Martin Blix Grydeland martin at varnish-software.com
Tue May 27 13:06:17 CEST 2014


commit d4baf146d1f412d6ab36c21cd7ca45b5357fe77b
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Tue May 27 13:01:45 2014 +0200

    Document %I and %O ncsa format specifiers

diff --git a/doc/sphinx/reference/varnishncsa.rst b/doc/sphinx/reference/varnishncsa.rst
index 77086ac..ffdb7f4 100644
--- a/doc/sphinx/reference/varnishncsa.rst
+++ b/doc/sphinx/reference/varnishncsa.rst
@@ -57,6 +57,9 @@ Supported formatters are:
 %h
   Remote host. Defaults to '-' if not known.
 
+%I
+  Total bytes received from client.
+
 %{X}i
   The contents of request header X.
 
@@ -72,6 +75,9 @@ Supported formatters are:
 %{X}o
   The contents of response header X.
 
+%O
+  Total bytes sent to client.
+
 %r
   The first line of the request. Synthesized from other fields, so it
   may not be the request verbatim.



More information about the varnish-commit mailing list