]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
extremely slow response
authorJeff Trawick <trawick@apache.org>
Fri, 22 May 2015 19:21:56 +0000 (19:21 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 22 May 2015 19:21:56 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681199 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4707edd60c38a054c8be89e585c03f9827f10911..7776cb2bff55acb1e626472720b0a4ed51f69f14 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -214,6 +214,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              returned according to {output,backend}_failed. So the clarification is
              possibly as simple as renaming output_failed => client_failed (r1674056 added
              above), WDYT?
+     trawick: It still looks to me that an error with ap_pass_brigade (towards
+              client) can turn into a 400 error, which is what I was concerned
+              about originally.
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if
      it comes from an origin server, module or script. Allow the previous