Re: least_conn not working for me

2020-12-23 Thread Kenneth Brooks
te: > Hello! > > On Wed, Dec 23, 2020 at 04:42:49PM -0500, Kenneth Brooks wrote: > > > We did think that perhaps it was buffering. > > However, in our case, the "large" request is gigs in size, so there is no > > way that it is buffering that whole thing. I

Re: least_conn not working for me

2020-12-23 Thread Kenneth Brooks
Thanks for the detailed response and taking the time to show some test examples. We did think that perhaps it was buffering. However, in our case, the "large" request is gigs in size, so there is no way that it is buffering that whole thing. I think our buffers are pretty small. Unless there is so

least_conn not working for me

2020-12-23 Thread Kenneth Brooks
I have a fully working config doing loadbalancing over 2 upstream servers. I want to use "least_conn" When I put least_conn in, it still is doing round robin. I can confirm that other configs like "weight' and "ip_hash" are working as expected. Is there some other configuration/setting that also