On 24 April 2013 10:40, Matthew Wild <[email protected]> wrote: > I've been doing some further digging. Is it possible that haproxy only > learns from the first request/response on a connection? That would > explain the behaviour I'm seeing.
Indeed, this seems to be the case. I also finally found a reference to it in the initial section of the config file (not under any of the sections discussing stickiness...). Problem solved with http-server-close, thanks. Regards, Matthew

