]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
note change in r660702
authorRoy T. Fielding <fielding@apache.org>
Tue, 27 May 2008 21:04:33 +0000 (21:04 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 27 May 2008 21:04:33 +0000 (21:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@660704 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c7b73862138867b7cf6682253550478c48b794db..3542d3e0762eea4de905dc89b16f31ceb3a0dba0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.2.9
 
+  *) ab: Include <limits.h> 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 <braddr puremagic.com>]