You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/10/06 16:57:47 UTC

[02/22] git commit: doc: Update insert_(request|response)_via_str reference

doc: Update insert_(request|response)_via_str reference


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/eb4fef16
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/eb4fef16
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/eb4fef16

Branch: refs/heads/5.0.x
Commit: eb4fef16fd72d0e605849ecfcbcbdb9713d0f473
Parents: 27246a5
Author: Igor Galić <i....@brainsware.org>
Authored: Tue Sep 24 11:12:27 2013 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Tue Sep 24 11:12:27 2013 +0200

----------------------------------------------------------------------
 .../configuration/records.config.en.rst         | 26 ++++++++++++--------
 1 file changed, 16 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/eb4fef16/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index e3ecfae..1fc9af9 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -478,27 +478,33 @@ Supports both wildcards ('\*') and ranges ("0-1023").
 ===== ============================================
 Value Effect
 ===== ============================================
-0     no extra information is added to the string.
-1     all extra information is added.
-2     some extra information is added.
+0     Do not modify / set this via header
+1     Update the via, with normal verbosity
+2     Update the via, with higher verbosity
+3     Update the via, with highest verbosity
 ===== ============================================
 
 .. note::
 
    The ``Via`` header string interpretation can be `decoded here. </tools/via>`_
 
-.. ts:cv:: CONFIG proxy.config.http.insert_response_via_str INT 1
+.. ts:cv:: CONFIG proxy.config.http.insert_response_via_str INT 0
    :reloadable:
 
    Set how the ``Via`` field is handled on the response to the client.
 
-===== ======================
+===== ============================================
 Value Effect
-===== ======================
-0     no extra information is added to the string.
-1     all extra information is added.
-2     some extra information is added.
-===== ======================
+===== ============================================
+0     Do not modify / set this via header
+1     Update the via, with normal verbosity
+2     Update the via, with higher verbosity
+3     Update the via, with highest verbosity
+===== ============================================
+
+.. note::
+
+   The ``Via`` header string interpretation can be `decoded here. </tools/via>`_
 
 .. ts:cv:: CONFIG proxy.config.http.response_server_enabled INT 1
    :reloadable: