diff options
author | Jean-Frederic Clere <jfclere@apache.org> | 2024-11-20 14:11:11 +0100 |
---|---|---|
committer | Jean-Frederic Clere <jfclere@apache.org> | 2024-11-20 14:11:11 +0100 |
commit | d21b4c41f6b4d28e21673a06b8605fc6501d9fbc (patch) | |
tree | 1f2c975ad59482f3f4be945a738efa0fa6d5df8e /modules/http/http_request.c | |
parent | * modules/aaa/mod_authnz_ldap.c (create_authnz_ldap_dir_config): Fix allocation (diff) | |
download | apache2-d21b4c41f6b4d28e21673a06b8605fc6501d9fbc.tar.xz apache2-d21b4c41f6b4d28e21673a06b8605fc6501d9fbc.zip |
Merge PR#419: make sure the right method is displayed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http/http_request.c')
-rw-r--r-- | modules/http/http_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http/http_request.c b/modules/http/http_request.c index e77f0eda5f..c46eefb0bd 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! */ |