Repository: trafficserver Updated Branches: refs/heads/master 5ff704040 -> 080bcaa07
Fix docs Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/080bcaa0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/080bcaa0 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/080bcaa0 Branch: refs/heads/master Commit: 080bcaa07b2e7bd9a596e2e2b2bfed5dfcc1e959 Parents: 5ff7040 Author: Sudheer Vinukonda <[email protected]> Authored: Fri Aug 28 00:04:00 2015 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Fri Aug 28 00:04:00 2015 +0000 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/080bcaa0/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 3b67932..1f615a6 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -1703,10 +1703,10 @@ all the different user-agent versions of documents it encounters. .. ts:cv:: CONFIG proxy.config.http.cache.open_write_fail_action INT 0 :reloadable: - This bit-map setting indicates the action taken on failing to obtain the cache open write lock on either a cache miss or - a cache hit stale. This typically happens when there is more than one request to the same cache object simultaneously. - During such scenario, all but one (which goes to the origin) request is served either a stale copy or an error depending - on the setting. + This setting indicates the action taken on failing to obtain the cache open write lock on either a cache miss or a cache + hit stale. This typically happens when there is more than one request to the same cache object simultaneously. During such + a scenario, all but one (which goes to the origin) request is served either a stale copy or an error depending on this + setting. - ``0`` = default, disable cache and goto origin server - ``1`` = return a 502 error on a cache miss
