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

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
This commit is contained in:
Jean-Frederic Clere
2024-11-20 14:36:43 +00:00
parent d21b4c41f6
commit f4847dbc43

View File

@@ -127,7 +127,6 @@ static void ap_die_r(int type, request_rec *r, int recursive_error)
*/
update_r_in_filters(r_1st_err->proto_output_filters, r, r_1st_err);
update_r_in_filters(r_1st_err->input_filters, r, r_1st_err);
recursive_error = type;
}
custom_response = NULL; /* Do NOT retry the custom thing! */