diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-08-26 22:16:33 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-08-26 22:16:33 +0200 |
commit | fb63c7872f6d3ab55dd6470872ece87696e38d20 (patch) | |
tree | 1c5a7c537744ac80f52444a1f57e9b5dd7e6f8bd /CHANGES | |
parent | Clean up style on mod_auth_anon.c before hacking it to pieces. (diff) | |
download | apache2-fb63c7872f6d3ab55dd6470872ece87696e38d20.tar.xz apache2-fb63c7872f6d3ab55dd6470872ece87696e38d20.zip |
The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes,
which is exactly 48 kb. But the module actually uses a default of 48192
bytes. This seems to be a typo. Instead of changing the documentation I
attached a patch for mod_isapi.c to set the default value of
ISAPIReadAheadBuffer to 49152.
Submitted by: Astrid Ke�ler <kess@kess-net.de>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes with Apache 2.0.41 + *) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs. + [André Malo, Astrid Keßler <kess@kess-net.de>] + *) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>] *) Fix a null pointer dereference in the merge_env_dir_configs |