summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-06-18 13:50:42 +0200
committerJeff Trawick <trawick@apache.org>2001-06-18 13:50:42 +0200
commitf5df386762814e36b7da83e0124be6fea13b4dd6 (patch)
tree51c9fd9c0a8bcdada023e39847907b7c85cc8a63 /CHANGES
parent Filenames aught to be normalized to the serverroot, and server_root_relative (diff)
downloadapache2-f5df386762814e36b7da83e0124be6fea13b4dd6.tar.xz
apache2-f5df386762814e36b7da83e0124be6fea13b4dd6.zip
The patch fixes 2 things.
* apr_terminate now has the right declaration so it can be used directly in atexit * Win2K gets a divde by zero error when heartbeatres is zero (reproduce via support\Debug\ab.exe -k -c 6 -n 100 localhost/ Submitted by: Ian Holsman <ianh@cnet.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a08c210e15..1843c88a4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changes with Apache 2.0.19-dev
+ *) Fix an ab problem which could cause a divide-by-zero exception
+ with certain invocations (e.g., ab -k -c 6 -n 100 localhost/).
+ [Ian Holsman <ianh@cnet.com>]
+
*) Solve case-insensitive platforms' confusion about negotiated
filenames, allowing files of differnt case to match in choosing
the document to serve. [William Rowe]