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
-*- 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]