]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
two quick proposals for flush error severity
authorEric Covener <covener@apache.org>
Fri, 15 Jan 2016 16:53:31 +0000 (16:53 +0000)
committerEric Covener <covener@apache.org>
Fri, 15 Jan 2016 16:53:31 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1724858 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d226a959e57bdc1c0a5d3501883d7a462ad1566b..d9eee582aab22d2ef75ef855364986844d4ab574 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -228,6 +228,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x: trunk works
      +1 covener
 
+  *) mod_cgid: drop severity of flush error message to match
+     core output filter.
+     trunk patch: http://svn.apache.org/r1724847
+     2.4.x: trunk works.
+     +1 covener
+
+  *) mod_proxy_fcgi: Suppress HTTP error 503 and message 01075,
+     "Error dispatching request", when the cause appears to be
+     the client closing the connection. PR58118
+     trunk patch:  http://svn.apache.org/r1724857
+     2.4.x patch: trunk works
+     +1 covener
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if