]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
new vote
authorBill Stoddard <stoddard@apache.org>
Wed, 24 Mar 2004 20:03:34 +0000 (20:03 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 24 Mar 2004 20:03:34 +0000 (20:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103126 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f00fc112a5e9b1ebef796535b53ac2e6d03d366e..60c6a61bc26b852222f921ed01f4e86ba972f2fa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/24 19:50:56 $]
+Last modified at [$Date: 2004/03/24 20:03:34 $]
 
 Release:
 
@@ -72,6 +72,14 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) Bojan Smojver's fix to core_output_filter emulate_sendfile()
+       Fix bug that could result in sending garbage over the network 
+       when module handlers construct bucket brigades containing 
+       multiple file buckets all referencing the same open file 
+       descriptor.
+           server/core.c?r1=1.268&r2=1.269
+       +1: stoddard
+
     *) work around MSIE Digest auth bug - if AuthDigestEnableQueryStringHack
        is set in r->subprocess_env allow mismatched query strings to pass.
        PR: 27758