]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] support setting a server weight to zero
authorWilly Tarreau <w@1wt.eu>
Mon, 15 Jun 2009 08:56:05 +0000 (10:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Jun 2009 08:56:05 +0000 (10:56 +0200)
commit6704d67d656574a602ddf81a603cdb4f482f90a9
tree2669103eba967fed88d4c6f69ec71bf68ef925df
parentbe1b91842a9dcb8fe2148700cdefa6cac1aaf3b9
[MEDIUM] support setting a server weight to zero

Sometimes it is useful to be able to set a server's weight to zero.
It allows the server to receive only persistent traffic but never
normal traffic.
doc/configuration.txt
src/backend.c
src/cfgparse.c