1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Remove a comment that no longer applies.

Submitted by:  Greg Stein


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan Bloom
2002-03-06 14:43:45 +00:00
parent cf3849152c
commit 17085db8d6

View File

@@ -101,10 +101,7 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
int error_index = ap_index_of_response(type); int error_index = ap_index_of_response(type);
char *custom_response = ap_response_code_string(r, error_index); char *custom_response = ap_response_code_string(r, error_index);
int recursive_error = 0; 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) { if (type == AP_FILTER_ERROR) {
return; return;
} }