]> granicus.if.org Git - apache/commit
The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 26 Aug 2002 20:16:33 +0000 (20:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 26 Aug 2002 20:16:33 +0000 (20:16 +0000)
commitfb63c7872f6d3ab55dd6470872ece87696e38d20
tree1c5a7c537744ac80f52444a1f57e9b5dd7e6f8bd
parent9c53fa0b09544e8a6322ee6de402c97e7320c623
  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
CHANGES
modules/arch/win32/mod_isapi.c