You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/05/05 14:13:16 UTC

svn commit: r1592500 - /httpd/httpd/trunk/CHANGES

Author: trawick
Date: Mon May  5 12:13:15 2014
New Revision: 1592500

URL: http://svn.apache.org/r1592500
Log:
now understood why users haven't reported the segfault (yet) when mod_proxy_fcgi
can't connect to the application

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1592500&r1=1592499&r2=1592500&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon May  5 12:13:15 2014
@@ -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.