]> git.kaiwu.me - haproxy.git/commit
[MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns
authorWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2011 14:16:17 +0000 (16:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 Jul 2011 14:16:17 +0000 (16:16 +0200)
commitb3eb221e78a64dced641907f0f8c6bc651ad0ea8
treeb921eb555df366e22657607160e258f040b26f09
parentd8dc99f68d960428e543bd513593ce3ca122f1a0
[MEDIUM] http: add support for 'cookie' and 'set-cookie' patterns

This is used to perform cookie-based stickiness with table replication
between multiple masters and across restarts. This partially overrides
some of the appsession capabilities.
doc/configuration.txt
src/proto_http.c