]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose some backports.
authorGraham Leggett <minfrin@apache.org>
Tue, 10 Oct 2006 21:58:29 +0000 (21:58 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 10 Oct 2006 21:58:29 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@462594 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 43e215ff6970ed2415ae51ea4c78cbbc4cd2778c..d1369e2eccc831b774677a4e27c3959e1f90560b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -238,6 +238,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       Trunk: http://svn.apache.org/viewvc?view=rev&revision=450089
       +1: minfrin
 
+    * sendfile_nonblocking() takes the _brigade_ as an argument, gets 
+      the first bucket from the brigade, finds it not to be a FILE
+      bucket and barfs. The fix is to pass a bucket rather than a brigade.
+      Trunk: http://svn.apache.org/viewvc?view=rev&revision=462580
+      +1: minfrin
+
+    * mod_cache: Eliminate a bogus error in the log when a filter returns
+      AP_FILTER_ERROR.
+      Trunk: http://svn.apache.org/viewvc?view=rev&rev=450453
+      +1: minfrin
+
     * core: Orphaned piped logger process after graceful restart
         PR: 40651
       Trunk version of patch: