From: Jeff Trawick Date: Mon, 2 Mar 2009 21:25:50 +0000 (+0000) Subject: fix CHANGES entry for r749438 X-Git-Tag: 2.3.2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b2b731d839d758e5ad79b875188fab9985a1e97;p=thirdparty%2Fapache%2Fhttpd.git fix CHANGES entry for r749438 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 --- diff --git a/CHANGES b/CHANGES index 366bca22c8b..2815729c409 100644 --- 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]