Le 12/06/10 07:09, Willy Tarreau a écrit :
> On Fri, Jun 11, 2010 at 11:40:18PM +0200, Patrick Mézard wrote:
>> Hello,
[... snip, thanks for the answers ...]
>> 3- "option forceclose" says: >> -------- >> When this happens, it is possible to use "option forceclose". It will actively close the outgoing server channel as soon as the server has finished to respond. This option implicitly enables the "httpclose" option. >> -------- >> Why is actively closing proxy to server connections related to closing the related proxy to client connection? Is it an implementation issue or by design?
Ok, so this is for compatibility reasons. My point was it makes sense to actively close proxy/server connections if the servers do not honor "Connection: close" while maintaining persistent connections on the client side. Calling this "option forcecloseserver", we would have "option forceclose" == "option forcecloseserver" + "option httpclose". Just trying to build an accurate mental model of what's going on.
I will send patches to summarize these behaviours for newcomers like me, probably at the end of 1.1 section.
By the way, it is not easy to find haproxy git repositories. I think you should put a reference to them in the beginning of the "Download" section of the website. And cloning them is surprisingly slow (probably because it's done over HTTP).
-- Patrick MézardReceived on 2010/06/12 15:19
This archive was generated by hypermail 2.2.0 : 2010/06/12 15:30 CEST