On 11/20/24 2:11 PM, jfcl...@apache.org wrote:
> Author: jfclere
> Date: Wed Nov 20 13:11:11 2024
> New Revision: 1921973
>
> URL: http://svn.apache.org/viewvc?rev=1921973&view=rev
> Log:
> Merge PR#419: make sure the right method is displayed.
>
> Modified:
> httpd/httpd/trunk/modules/http/http_protocol.c
> httpd/httpd/trunk/modules/http/http_request.c
>
>
> Modified: httpd/httpd/trunk/modules/http/http_request.c
> URL:
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_request.c?rev=1921973&r1=1921972&r2=1921973&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/modules/http/http_request.c (original)
> +++ httpd/httpd/trunk/modules/http/http_request.c Wed Nov 20 13:11:11 2024
> @@ -127,6 +127,7 @@ static void ap_die_r(int type, request_r
> */
> 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;
How is this one related to "make sure the right method is displayed." ?
Regards
RĂ¼diger