This is an automated email from the ASF dual-hosted git repository.

mlibbey pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  98d8c04   Via header is cached
98d8c04 is described below

commit 98d8c04325554012e8cdca84ceadd73cc08aebc8
Author: Miles Libbey <mlib...@apache.org>
AuthorDate: Fri Sep 16 09:48:20 2016 -0700

    Via header is cached
---
 doc/appendices/faq.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/appendices/faq.en.rst b/doc/appendices/faq.en.rst
index 91878e1..861f69a 100644
--- a/doc/appendices/faq.en.rst
+++ b/doc/appendices/faq.en.rst
@@ -118,7 +118,7 @@ How do I interpret the Via: header code?
 
 The ``Via`` header string can be decoded with the `Via Decoder Ring 
<http://trafficserver.apache.org/tools/via>`_.
 
-The Via header is an optional HTTP header added by Traffic Server and other 
HTTP proxies. If a request goes through multiple proxies, each one appends its 
Via header content to the end of the existing Via header. Via header content is 
for general information and diagnostic use only and should not be used as a 
programmatic interface to Traffic Server.
+The Via header is an optional HTTP header added by Traffic Server and other 
HTTP proxies. If a request goes through multiple proxies, each one appends its 
Via header content to the end of the existing Via header. Via header content is 
for general information and diagnostic use only and should not be used as a 
programmatic interface to Traffic Server. The header is cached by each 
intermediary with the object as received from its downstream node. Thus, the 
last node in the list to report a [...]
 
 The form of the Via header is
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to