]> granicus.if.org Git - apache/commitdiff
fix CHANGES entry for r749438
authorJeff Trawick <trawick@apache.org>
Mon, 2 Mar 2009 21:25:50 +0000 (21:25 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 2 Mar 2009 21:25:50 +0000 (21:25 +0000)
the ab issue was with EALREADY, not EINPROGRESS

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 366bca22c8baaf363343298ad1a49dce9aef25a3..2815729c409572cf3db22df6f39245db95a66bb7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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]