Commit 8f58ff6b authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Interesting, ISAPI thinks a 0 result is cool.  Already patched in 1.3.20.
  [Jessie Oberreuter <joberreu@moselle.com>]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89154 13f79535-47bb-0310-9956-ffa450edef68
parent 9c493e50
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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