From: Jim Jagielski Date: Tue, 27 May 2008 16:27:49 +0000 (+0000) Subject: Note ab CHANGES X-Git-Tag: 2.2.9~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d6636177d50aa1d18dc3ac5a7403723496d2f8;p=thirdparty%2Fapache%2Fhttpd.git Note ab CHANGES git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f824ed967e8..7bb048f197e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,24 @@ -*- coding: utf-8 -*- Changes with Apache 2.2.9 + *) ab: Improve client performance by clearing connection pool instead + of destroying it. PR 40054 [Brad Roberts ] + + *) ab: Don't stop sending a request if EAGAIN is returned, which + will only happen if both the write and subsequent wait are + returning EAGAIN, and count posted bytes correctly when the initial + write of a request is not complete. PR 10038, 38861, 39679 + [Patrick McManus , + Stefan Fleiter , + Davanum Srinivas, Roy T. Fielding] + + *) ab: Overhaul stats collection and reporting to avoid integer + truncation and time divisions within the test loop, retain + native time resolution until output, remove unused data, + consistently round milliseconds, and generally avoid losing + accuracy of calculation due to type casts. PR 44878, 44931. + [Roy T. Fielding] + *) core: Do not allow Options ALL if not all options are allowed to be overwritten. PR 44262 [Michał Grzędzicki ]