]> granicus.if.org Git - apache/commitdiff
Interesting, ISAPI thinks a 0 result is cool. Already patched in 1.3.20.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 May 2001 16:12:06 +0000 (16:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 18 May 2001 16:12:06 +0000 (16:12 +0000)
  [Jessie Oberreuter <joberreu@moselle.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89154 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/win32/mod_isapi.c

index 5753afbeaf1df7a67f624175b744a0198ceaba8b..7ff9a89e4c6e641e8a4059e01c824800a922caea 100644 (file)
@@ -483,6 +483,7 @@ apr_status_t isapi_handler (request_rec *r)
                       "ISAPI %s: %s", r->filename, cid->ecb->lpszLogData);
 
     switch(rv) {
+        case 0:  /* Strange, but MS isapi accepts this as success */
         case HSE_STATUS_SUCCESS:
         case HSE_STATUS_SUCCESS_AND_KEEP_CONN:
             /* Ignore the keepalive stuff; Apache handles it just fine without