Updated Branches: refs/heads/master 287d37fab -> fb5a721cf
TS-2245 Update docs per Igor's excellent suggestions. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fb5a721c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fb5a721c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/fb5a721c Branch: refs/heads/master Commit: fb5a721cfe53cea137d6720fc07ec31d493a4a3e Parents: 287d37f Author: Leif Hedstrom <[email protected]> Authored: Wed Nov 6 15:35:14 2013 -0800 Committer: Leif Hedstrom <[email protected]> Committed: Wed Nov 6 15:35:23 2013 -0800 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/fb5a721c/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 9e3aa63..d3fa32f 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -1054,8 +1054,8 @@ Cache Control .. ts:cv:: CONFIG proxy.config.http.cache.ignore_accept_mismatch INT 0 :reloadable: - When with a value of ``1``, Traffic Server serves documents from cache with a - ``Content-Type:`` header that does not match the ``Accept:`` header of the + When enabled with a value of ``1``, Traffic Server serves documents from cache with a + ``Content-Type:`` header even if it does not match the ``Accept:`` header of the request. If set to ``2``, this logic only happens in the absence of a ``Vary`` header in the cached response (which is the recommended and safe use). @@ -1071,7 +1071,7 @@ Cache Control :reloadable: When enabled with a value of ``1``, Traffic Server serves documents from cache with a - ``Content-Language:`` header that does not match the ``Accept-Language:`` + ``Content-Language:`` header even if it does not match the ``Accept-Language:`` header of the request. If set to ``2``, this logic only happens in the absence of a ``Vary`` header in the cached response (which is the recommended and safe use). @@ -1088,7 +1088,7 @@ Cache Control :reloadable: When enabled with a value of ``1``, Traffic Server serves documents from cache with a - ``Content-Encoding:`` header that does not match the ``Accept-Encoding:`` + ``Content-Encoding:`` header even if it does not match the ``Accept-Encoding:`` header of the request. If set to ``2``, this logic only happens in the absence of a ``Vary`` header in the cached response (which is the recommended and safe use). @@ -1105,7 +1105,7 @@ Cache Control :reloadable: When enabled with a value of ``1``, Traffic Server serves documents from cache with a - ``Content-Type:`` header that does not match the ``Accept-Charset:`` header + ``Content-Type:`` header even if it does not match the ``Accept-Charset:`` header of the request. If set to ``2``, this logic only happens in the absence of a ``Vary`` header in the cached response (which is the recommended and safe use).
