On 5/19/25 1:53 PM, jean-frederic clere wrote:
> Hi,
> 
> While investigating a customer case I note a regression with forward proxy. 
> While testing I have:
> 2.4.57 finished in 3.05s, 3278.62 req/s, 743.70KB/s
> 2.4.x  finished in 15.38s, 650.17 req/s, 147.88KB/s
> 
> The regression goes way with:
> +++
> jfclere@fedora:~/httpd-2.4.x$ svn diff .
> Index: modules/proxy/proxy_util.c
> ===================================================================
> --- modules/proxy/proxy_util.c    (revision 1925472)
> +++ modules/proxy/proxy_util.c    (working copy)
> @@ -1660,7 +1660,6 @@
>          conn = connection_make(p, worker);
>      }
>      else if (conn->close
> -             || conn->forward
>               || (conn->connection
>                   && conn->connection->keepalive == AP_CONN_CLOSE)
>               || worker->s->disablereuse) {
> +++
> But that doesn't look quite right. any hints?

Agreed that is does not look right. What configuration do you use for the test?
What is the test scenario?

Regards

Rüdiger

Reply via email to