You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/01/13 02:11:45 UTC

trafficserver git commit: TS-4113: add value 4 to proxy.config.http.cache.cache_responses_to_cookies

Repository: trafficserver
Updated Branches:
  refs/heads/master d7657f965 -> 48c23ec74


TS-4113: add value 4 to proxy.config.http.cache.cache_responses_to_cookies

This closes #411.


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

Branch: refs/heads/master
Commit: 48c23ec742f173e79793597cedea3ac970807cff
Parents: d7657f9
Author: Hiroaki Nakamura <hn...@gmail.com>
Authored: Mon Jan 11 12:32:36 2016 +0900
Committer: James Peach <jp...@apache.org>
Committed: Tue Jan 12 17:11:29 2016 -0800

----------------------------------------------------------------------
 doc/admin-guide/files/records.config.en.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/48c23ec7/doc/admin-guide/files/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index 51f14f5..3109b3d 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1422,6 +1422,7 @@ Cache Control
    -  ``1`` = cache for any content-type
    -  ``2`` = cache only for image types
    -  ``3`` = cache for all but text content-types
+   -  ``4`` = cache for all but text content-types except OS response without "Set-Cookie" or with "Cache-Control: public"
 
 .. ts:cv:: CONFIG proxy.config.http.cache.ignore_authentication INT 0
    :overridable: