> The last hunk of r1877558 seems to be missing in this backport.
>
> @@ -2180,6 +2165,9 @@ static int proxy_http_handler(request_re
>
> /* Step Five: Receive the Response... Fall thru to cleanup */
> status = ap_proxy_http_process_response(req);
> + if (req->backend) {
> + proxy_run_detach_backend(r, req->backend);
> + }
>
> break;
> }
>
> I guess that it is not intentional and should go to 2.4.x as well.
> Anyone to confirm my supposition?
The hook does not exist in 2.4.x so I think it's OK.
The only reference to it is guarded with an MMN check to keep proxy_h2 common.