]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* mod_cache: Preserve the Content-Type in case of 304 response.
authorJan Kaluža <jkaluza@apache.org>
Mon, 9 Mar 2015 12:48:11 +0000 (12:48 +0000)
committerJan Kaluža <jkaluza@apache.org>
Mon, 9 Mar 2015 12:48:11 +0000 (12:48 +0000)
commit53e095830bf0b71c5ef5e915575b17cd888f7238
treec8c373e5e390fe962c288f0f5c560f6db347f3ca
parent59240d49510d73cd2f965a0d0ae816b1947846c3
* mod_cache: Preserve the Content-Type in case of 304 response.
304 does not contain Content-Type and mod_mime regenerates
the Content-Type based on the r->filename. This later leads to original
Content-Type to be lost (overwriten by whatever mod_mime generates).

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