Commit 1105edd7 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Invoking the handler must occur at the caller's discression, in order
  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
parent cf45c2ef
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
}