Skip to content

Commit f4847db

Browse files
committed
rollback unrelated fix to my previous commit, sorry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921975 13f79535-47bb-0310-9956-ffa450edef68
1 parent d21b4c4 commit f4847db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/http/http_request.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ static void ap_die_r(int type, request_rec *r, int recursive_error)
127127
*/
128128
update_r_in_filters(r_1st_err->proto_output_filters, r, r_1st_err);
129129
update_r_in_filters(r_1st_err->input_filters, r, r_1st_err);
130-
recursive_error = type;
131130
}
132131

133132
custom_response = NULL; /* Do NOT retry the custom thing! */

0 commit comments

Comments
 (0)