Repository: trafficserver Updated Branches: refs/heads/master f6f849830 -> 4bb3d98e0
Removing the incorrect Note on negative caching in trafficserver. Tested on 5.0.1 and here's how ATS behaves: ATS caches the negative response (e.g 404) when there's a valid CC header allowing to cache the response (e.g max-age=1234), regardless of negative_response caching setting. ATS does NOT cache the negative response (e.g. 404) when there's a CC header prohibiting to cache (e.g. private, no-store), regardless of negative_response caching setting Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4bb3d98e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4bb3d98e Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4bb3d98e Branch: refs/heads/master Commit: 4bb3d98e00a81d941f253947b2730821505fdf44 Parents: f6f8498 Author: Sudheer Vinukonda <[email protected]> Authored: Tue Sep 2 18:52:08 2014 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Tue Sep 2 18:52:08 2014 +0000 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4bb3d98e/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 ce4453b..cec4de6 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -988,9 +988,6 @@ Negative Response Caching .. note:: - ``Cache-Control`` directives from the server forbidding cache are ignored for the following HTTP response codes, regardless - of the value specified for the :ts:cv:`proxy.config.http.negative_caching_enabled` variable. - The following negative responses are cached by Traffic Server::: 204 No Content
