]> granicus.if.org Git - apache/commitdiff
backport question/vote
authorJim Jagielski <jim@apache.org>
Sun, 19 Apr 2015 18:18:10 +0000 (18:18 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 19 Apr 2015 18:18:10 +0000 (18:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1674663 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6c82a1535147e3bd4b4ea18e64d67806246f8a41..51900f1f947b6354d943cab878a342c994900fdf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -224,6 +224,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1656359 (CHANGES entry)
      2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags)
      +1: ylavic
+     -0: jim:  This seems to be a hit to normal performance, to handle an
+               error and/or non-normal condition. The pre-fetch is
+               expensive, and is always done, even before we know that
+               the backend is available to rec' it. I understand the
+               error described, but is the fix actually worth it (plus
+               it seems to allow for a DDoS vector).
 
   *) http: Make ap_die() robust against any HTTP error code and not modify
      response status (finally logged) when nothing is to be done. PR 56035.