]> git.kaiwu.me - haproxy.git/commit
[MINOR] 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>
Fri, 22 Jan 2010 18:10:05 +0000 (19:10 +0100)
commit4de9149f876cc0c63495b71a2c7a3aefc722c9c0
tree72a900ac82041b8f0fc3ea5f59feabd565d0227d
parentff7b5883c002adfe9dd6ba052f5b2e293f173070
[MINOR] 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.
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