Skip to content

Commit

Permalink
rollback unrelated fix to my previous commit, sorry.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921975 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jfclere committed Nov 20, 2024
1 parent d21b4c4 commit f4847db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/http/http_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -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! */
Expand Down

0 comments on commit f4847db

Please sign in to comment.