From de52fc46c83c42ae56cd1000db0d458d858a891a Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Mon, 25 Nov 2024 13:20:47 +0000 Subject: [PATCH] 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 --- modules/http/http_request.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/http/http_request.c b/modules/http/http_request.c index e77f0eda5f5..c46eefb0bda 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -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! */