From: Roy T. Fielding Date: Tue, 27 May 2008 21:04:33 +0000 (+0000) Subject: note change in r660702 X-Git-Tag: 2.2.9~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60cd384d2e37f47a612af2ffbe8db268544c8ec;p=thirdparty%2Fapache%2Fhttpd.git note change in r660702 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660704 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c7b73862138..3542d3e0762 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.2.9 + *) ab: Include earlier if available since we may need + INT_MAX (defined there on Windows) for the definition of MAX_REQUESTS. + PR 45024 [Ruediger Pluem] + *) ab: Improve client performance by clearing connection pool instead of destroying it. PR 40054 [Brad Roberts ]