I basically have the following issue: whenever I add
option http-server-close
to the haproxy config (either in frontend or backend section), haproxy will send a Connection: close header in the response - which is exactly the opposite of what is supposed to do.
I am basically trying to get client TCP connections persisted through keep-alive, but since this doesn't seem to work I can't have that unless I use the default (keep-alive) mode, which will do the same for the server-side - and I don't want that.
Any solutions? Is this a bug? Or am I missing something?
No comments:
Post a Comment