]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rollback unrelated fix to my previous commit, sorry.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 20 Nov 2024 14:36:43 +0000 (14:36 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 20 Nov 2024 14:36:43 +0000 (14:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921975 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index c46eefb0bdae3e6b8effeca173dee2fd1eae743d..e77f0eda5f5cf7b03b58bead5b2708e90f476661 100644 (file)
@@ -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! */