]> granicus.if.org Git - apache/commit
mod_cache: When serving from cache, only the last header of a multivalued
authorGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 20:49:52 +0000 (20:49 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 20:49:52 +0000 (20:49 +0000)
commit58fd851f803758a26bff379b46ff517efaa33b6b
tree5b3eb3e3bf3df753677337f9aff80c1722c0a683
parentd83207b2d69e2abfa3d167b556daaa943a79c409
mod_cache: When serving from cache, only the last header of a multivalued
header was taken into account. Fixed. Ensure that Warning headers are correctly
handled as per RFC2616.

trunk patch: http://svn.apache.org/r1478441
             http://svn.apache.org/r1480283
2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-multipleheaders2.4.patch

Submitted by: minfrin
Reviewed by: jim, wrowe

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