Skip to content

Commit de52fc4

Browse files
committed
Make sure the Additional error is displayed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922079 13f79535-47bb-0310-9956-ffa450edef68
1 parent f4847db commit de52fc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/http/http_request.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ 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;
130131
}
131132

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

0 commit comments

Comments
 (0)