]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] add the "force-persist" statement to force persistence on down servers
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Jan 2010 18:10:05 +0000 (19:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 22:16:57 +0000 (23:16 +0100)
commit59f50cce063fe91e198456732fdb8802b13e0943
tree878f3f4a2db3afcbd082d512ccf627c196e98eaa
parent32efff0c67974d364e8950c2276a3743a026573d
[MEDIUM] add the "force-persist" statement to force persistence on down servers

This is used to force access to down servers for some requests. This
is useful when validating that a change on a server correctly works
before enabling the server again.

(cherry picked from commit 4de9149f876cc0c63495b71a2c7a3aefc722c9c0)
doc/configuration.txt
include/types/proxy.h
include/types/session.h
src/backend.c
src/cfgparse.c
src/checks.c
src/proto_http.c
src/session.c