]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_cache: Explicitly allow cache implementations to cache a 206 Partial
authorRainer Jung <rjung@apache.org>
Tue, 12 Feb 2013 11:11:47 +0000 (11:11 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 12 Feb 2013 11:11:47 +0000 (11:11 +0000)
commitbda26f648394558eb80935953c5b65b96791b287
tree859a47539fde3eed02c496f6920d491042dd61e1
parent141d56fe46443fb5ea75424bf27c1d81b8379c19
mod_cache: Explicitly allow cache implementations to cache a 206 Partial
Response if they so choose to do so. Previously an attempt to cache a 206
was arbitrarily allowed if the response contained an Expires or
Cache-Control header, and arbitrarily denied if both headers were missing.

Currently the disk and memory cache providers do not cache 206 Partial
Responses.

Backport of r952823 from trunk.

Submitted by: minfrin
Reviewed by: rjung, wrowe
Backported by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1445103 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/cache/mod_cache.c