Le 18/04/2021 à 19:45, Eric Covener a écrit :
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.


+1.
Thanks for the clarification. (and sorry for the noise)

CJ

Reply via email to