]> granicus.if.org Git - apache/commitdiff
Invoking the handler must occur at the caller's discression, in order
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 31 Aug 2001 02:31:08 +0000 (02:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 31 Aug 2001 02:31:08 +0000 (02:31 +0000)
  for the sub_req mechanism to share this code.

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

server/request.c

index 33f6a45f3276329b23b46da14dde61fc93bd9bb0..20a75b10ac4d5aaa9966843ea7dc264eb0ff8ac3 100644 (file)
@@ -240,10 +240,6 @@ AP_DECLARE(int) ap_process_request_internal(request_rec *r)
      */
     ap_run_insert_filter(r);
 
-    if ((access_status = ap_invoke_handler(r)) != 0) {
-        return access_status;
-    }
-
     return OK;
 }