]> granicus.if.org Git - apache/commit
Based on feedback from dev@httpd, store Vary headers inside the '.header' file.
authorPaul Querna <pquerna@apache.org>
Mon, 13 Jun 2005 23:17:52 +0000 (23:17 +0000)
committerPaul Querna <pquerna@apache.org>
Mon, 13 Jun 2005 23:17:52 +0000 (23:17 +0000)
commite4ef99743cd030e5080ba7a3a44f6903f18c593a
tree92b284ec4786b34f132d43897d26faf23d76f90d
parentf2f85151713c981e113fbdea3f1a747977d595d5
Based on feedback from dev@httpd, store Vary headers inside the '.header' file.
These Vary headers are used to build a new hash for a URL, based on the
client's headers.  This allows mod_disk_cache to store many variations of one
URI, where previously it would only store a single variant.

htcacheclean needs to be updated to understand the new file format.  I plan on
updating htcacheclean in the next couple days.

PR: 35211

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190530 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/cache/mod_disk_cache.c