]> granicus.if.org Git - apache/commitdiff
now understood why users haven't reported the segfault (yet) when mod_proxy_fcgi
authorJeff Trawick <trawick@apache.org>
Mon, 5 May 2014 12:13:15 +0000 (12:13 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 5 May 2014 12:13:15 +0000 (12:13 +0000)
can't connect to the application

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1592500 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4059aeaf1a60f51edf88f6c57b768d20d5d55b94..bdb95428ef1c5a6737f964e9903a3f909e7c7b67 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -20,7 +20,7 @@ Changes with Apache 2.5.0
      unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
 
   *) mod_proxy_fcgi: Don't segfault when failing to connect to the backend.
-     [Jeff Trawick]
+     (regression in 2.4.9 release) [Jeff Trawick]
 
   *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
      to be based on arbitrary expressions that do not include the username.