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 2009/03/02 22:25:51 UTC

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

Author: trawick
Date: Mon Mar  2 21:25:50 2009
New Revision: 749441

URL: http://svn.apache.org/viewvc?rev=749441&view=rev
Log:
fix CHANGES entry for r749438

the ab issue was with EALREADY, not EINPROGRESS

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=749441&r1=749440&r2=749441&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Mar  2 21:25:50 2009
@@ -1,7 +1,7 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.3.2
 
-  *) ab: Fix maintenance of the pollset to resolve EINPROGRESS errors 
+  *) ab: Fix maintenance of the pollset to resolve EALREADY errors 
      with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
      PR 44584.  [Jeff Trawick]