]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] introduce separation between contimeout, and tarpit + queue
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2007 23:36:16 +0000 (00:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2007 23:36:16 +0000 (00:36 +0100)
commit1fa3126ec4eb172fb64bad7fee95920073b020ba
tree19f096187d16b4ac9afc7674c22e06519f3c5242
parentbefdff11aa5a6c368705a0cc0b52bcf3191e4e7b
[MEDIUM] introduce separation between contimeout, and tarpit + queue

Now the connect timeout, tarpit timeout and queue timeout are
distinct. In order to retain compatibility with older versions,
if either queue or tarpit is left unset both in the proxy and
in the default proxy, then it is inherited from the connect
timeout as before.
include/types/proxy.h
src/backend.c
src/cfgparse.c
src/proto_http.c