You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by su...@apache.org on 2015/07/10 04:33:56 UTC

trafficserver git commit: update docs

Repository: trafficserver
Updated Branches:
  refs/heads/master 40984ad7e -> 7be7e4353


update docs


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

Branch: refs/heads/master
Commit: 7be7e4353d714e69697c7f9ab35dfce0d06d506c
Parents: 40984ad
Author: Sudheer Vinukonda <su...@yahoo-inc.com>
Authored: Fri Jul 10 02:33:46 2015 +0000
Committer: Sudheer Vinukonda <su...@yahoo-inc.com>
Committed: Fri Jul 10 02:33:46 2015 +0000

----------------------------------------------------------------------
 doc/admin/http-proxy-caching.en.rst               | 6 +++---
 doc/reference/configuration/records.config.en.rst | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7be7e435/doc/admin/http-proxy-caching.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/http-proxy-caching.en.rst b/doc/admin/http-proxy-caching.en.rst
index 8b070bc..9b82143 100644
--- a/doc/admin/http-proxy-caching.en.rst
+++ b/doc/admin/http-proxy-caching.en.rst
@@ -782,9 +782,9 @@ All four configurations are required, for the following reasons:
 Once these are enabled, you have something that is very close, but not quite
 the same, to Squid's Collapsed Forwarding.
 
-In addition to the above settings, the below setting allows to control the number
-of retries (100msec each) TS attempts to trigger read-while-writer until it can get
-the first fragment of the object being downloaded::
+In addition to the above settings, the setting :ts:cv:`proxy.config.cache.read_while_writer.max_retries`
+allows to control the number of retries (100msec each) TS attempts to trigger
+read-while-writer until the download of first fragment of the object is completed::
 
     CONFIG proxy.config.cache.read_while_writer.max_retries INT 10
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/7be7e435/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 46f5f6f..079c2c8 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -1667,7 +1667,7 @@ all the different user-agent versions of documents it encounters.
     on the setting.
 
    -  ``0`` = default, disable cache and goto origin server
-   -  ``1`` = return a 502 error
+   -  ``1`` = return a 502 error on a cache miss
    -  ``2`` = serve stale if object's age is under `proxy.config.http.cache.max_stale_age`, else, goto origin server
 
 Customizable User Response Pages