From: Eric Covener Date: Fri, 15 Jan 2016 16:53:31 +0000 (+0000) Subject: two quick proposals for flush error severity X-Git-Tag: 2.4.19~295 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ebbe262886c546cebad5660aef43ad997bf21d6;p=thirdparty%2Fapache%2Fhttpd.git two quick proposals for flush error severity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1724858 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d226a959e57..d9eee582aab 100644 --- 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