Hello Nick, On 2/2/2016 4:32 PM, Nick Ramirez wrote:
> This all seems to me like keep-alive is not working between frontend and > backend. Like, it keeps the connection between client and frontend, but > not between frontend and backend. This is the behavior I would expect if > I had set option http-server-close, but not when using option http-keep- > alive which should keep the connection to the server open. > > You need to add: https://cbonte.github.io/haproxy-dconv/configuration-1.6.html#4-option%20prefer-last-server Regards, Nenad

