]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Revert one aspect of the recent mod_isapi overhaul.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Jan 2007 02:48:41 +0000 (02:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Jan 2007 02:48:41 +0000 (02:48 +0000)
commit7b640fb683d3bb1102efa63f1476f15ab90f08e7
tree2d5fd68f0cbb680411121cb94ebc8ca9610e61e8
parent4026e4aa534bdb1b9a4579c139182221ff81e203
  Revert one aspect of the recent mod_isapi overhaul.

  Where any response is sent, return OK from the handler.  Where there
  is no response (but a status code) return the code.  This patch adds
  a great number of debugging emits for failed ap_pass_brigade calls,
  to help diagnose failure cases, and disambiguates OK from APR_SUCCESS.

PR: 40470
Submitted by: wrowe, Matt Eaton <asf divinehawk.com>
Backports: 492333

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