]> granicus.if.org Git - apache/commitdiff
Backported.
authorGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 20:50:34 +0000 (20:50 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 28 May 2013 20:50:34 +0000 (20:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1487109 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 58238565aecfccaafd3542f2ccabb6b9a5312954..13dd08d4125a4981c12b7108e390b5b4a45caa01 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,14 +90,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
  
-    * 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
-      +1: minfrin, jim, wrowe
-
     * mod_cache: Make sure Vary processing handles multivalued Vary headers and
       multivalued headers referred to via Vary.
       trunk patch: http://svn.apache.org/r1478748