Skip to content

Commit

Permalink
Make sure the Additional error is displayed.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922079 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jfclere committed Nov 25, 2024
1 parent f4847db commit de52fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/http/http_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ 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 de52fc4

Please sign in to comment.