]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport suggestion and update a vote.
authorPaul J. Reder <rederpj@apache.org>
Tue, 8 Jul 2003 22:42:11 +0000 (22:42 +0000)
committerPaul J. Reder <rederpj@apache.org>
Tue, 8 Jul 2003 22:42:11 +0000 (22:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100496 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index df170489da781bd41f0673bfa8d1401c2ba9c6b2..3b2474c18fc3f85cf544a8ca4b6cc944ca7405bf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/08 20:53:35 $]
+Last modified at [$Date: 2003/07/08 22:42:11 $]
 
 Release:
 
@@ -64,11 +64,17 @@ PATCHES TO PORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * ap_get_mime_headers_core(): Remove LWS between header token and ':'
+      delimeter. (2616 compliance)
+      server/protocol.c: r1.133
+      http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c.diff?r1=1.132&r2=1.133
+      +1: rederpj
+
     * ap_get_mime_headers(): eliminate the temporary table used to
       combine duplicate headers (performance enhancement)
       server/protocol.c: r1.132
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c.diff?r1=1.131&r2=1.132&diff_format=h
-      +1: brianp, jerenkrantz
+      +1: brianp, jerenkrantz, rederpj
 
     * Replace some of the mutex locking in the worker MPM with
       atomic operations for higher concurrency.