summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2024-11-20 15:36:43 +0100
committerJean-Frederic Clere <jfclere@apache.org>2024-11-20 15:36:43 +0100
commitf4847dbc435520f16c4a3db442a0c49f1e1fe335 (patch)
tree8118d6969f0c3b77d70f4ba1c7eb0ba319f7d00a /modules
parentMerge PR#419: make sure the right method is displayed. (diff)
downloadapache2-f4847dbc435520f16c4a3db442a0c49f1e1fe335.tar.xz
apache2-f4847dbc435520f16c4a3db442a0c49f1e1fe335.zip
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
Diffstat (limited to 'modules')
-rw-r--r--modules/http/http_request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http/http_request.c b/modules/http/http_request.c
index c46eefb0bd..e77f0eda5f 100644
--- a/modules/http/http_request.c
+++ b/modules/http/http_request.c
@@ -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! */