http-server-close and round robin

2011-03-20 Thread Kyle Brandt
Hi all, With round robin load balancing and the http-server-close option, do connections that were part of the same keep alive session on the client side all hit the same web server, or do those requests end up being round robin as well? Thanks! Kyle

Re: http-server-close and round robin

2011-03-20 Thread Willy Tarreau
Hi Kyle, On Sun, Mar 20, 2011 at 10:30:39AM -0400, Kyle Brandt wrote: Hi all, With round robin load balancing and the http-server-close option, do connections that were part of the same keep alive session on the client side all hit the same web server, or do those requests end up being