]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] Add non-stick server option
authorSimon Horman <horms@verge.net.au>
Sat, 25 Jun 2011 00:39:49 +0000 (09:39 +0900)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jun 2011 19:14:17 +0000 (21:14 +0200)
commitfa46168c8f085b3d2598f166ea58e4a19a508626
treea5ac835f51202b9bff8f39420cc903ed901309a3
parentde072bd8ff1503cb822c0773be553209fa5c62dd
[MINOR] Add non-stick server option

Never add connections allocated to this sever to a stick-table.
This may be used in conjunction with backup to ensure that
stick-table persistence is disabled for backup servers.
doc/configuration.txt
include/types/server.h
src/cfgparse.c
src/session.c