]> granicus.if.org Git - apache/commitdiff
Remove a comment that no longer applies.
authorRyan Bloom <rbb@apache.org>
Wed, 6 Mar 2002 14:43:45 +0000 (14:43 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 6 Mar 2002 14:43:45 +0000 (14:43 +0000)
Submitted by:  Greg Stein

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

modules/http/http_request.c

index 353af402fb7c14a8695374f318cebf497b7692e2..efe843ac55a1330364ca09417786da2e5abc64f8 100644 (file)
@@ -101,10 +101,7 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
     int error_index = ap_index_of_response(type);
     char *custom_response = ap_response_code_string(r, error_index);
     int recursive_error = 0;
-    /* There are some cases where we walk up the request hierarchy
-     * to obtain the original error, but when adding the required_filters,
-     * we need to do so against the one we came in with.  So, save it.
-     */
+
     if (type == AP_FILTER_ERROR) {
         return;
     }