diff options
author | Jeff Trawick <trawick@apache.org> | 2001-06-18 13:50:42 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-06-18 13:50:42 +0200 |
commit | f5df386762814e36b7da83e0124be6fea13b4dd6 (patch) | |
tree | 51c9fd9c0a8bcdada023e39847907b7c85cc8a63 /CHANGES | |
parent | Filenames aught to be normalized to the serverroot, and server_root_relative (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |