]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport fixes rev 1.90-1.91
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 26 Feb 2003 18:42:30 +0000 (18:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 26 Feb 2003 18:42:30 +0000 (18:42 +0000)
commitd3b0e672a445b86c26a65e7a04fb51284442497a
tree0bf195e9cb8413db6a400a8192aa8f5f1f53aa9d
parent980353339b4cf8ba3d4e25751db453cf044cf479
  Backport fixes rev 1.90-1.91

  Enhance the behavior of mod_isapi's WriteClient() callback to
  provide better emulation for isapi modules that presume that the
  first WriteClient() call may send status and headers.  An example
  of WriteClient() abuse is the foxisapi module, which relies on
  that assumpion and now works.  Regressions on various example isapi
  modules don't reveal any new issues.  [May fix PR16637]

Submitted by: William Rowe
Reviewed by: Milan Kosina

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98801 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/arch/win32/mod_isapi.c