Hi, This is probably quite simple, but I just want to make sure I got this right.
Basically, I want the client<>haProxy side to use keep alive, but haProxy<>server side to close every connection and open a new one for each request. Is it then correct to use http-server-close? Currently I use httpclose, which obviously closes both sides. Also, has anybody had any issues with http-server-close in high traffic environments? Like lingering connections, connections not closed properly etc. Thank you. Regards, Stefan

