Skip to content

Commit f155e84

Browse files
committed
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
1 parent 1da378b commit f155e84

2 files changed

Lines changed: 295 additions & 28 deletions

File tree

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Changes with Apache 2.1.5
22

33
[Remove entries to the current 2.0 section below, when backported]
44

5+
*) mod_disk_cache: Support storing multiple variations of one URL. PR 35211.
6+
[Paul Querna]
7+
58
*) mod_disk_cache: Atomically create the header data file. [Paul Querna]
69

710
*) mod_cache: Fix 'Vary: *' behavior to be RFC compliant. PR 16125.

0 commit comments

Comments
 (0)