> Hi, > > I'm experiencing latency problems while running HAProxy 1.4.18. > > Our backend servers reply to HAProxy almost instantly (~4ms), but some > of those replies are sent to the clients more than 100ms later. > > We have approx. 50k sessions opened at any time, with a HTTP request > coming in approximately every minute over each session.
I suggest you try "option http-no-delay" but really try to understand the implications: http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#option%20http-no-delay Lukas

