]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] cookie: add support for the "preserve" option
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Oct 2010 10:46:42 +0000 (12:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:36 +0000 (19:04 +0200)
commitba4c5be88098eb9bf43cb47960dfac2e96623748
treeba41cebbc3bcedabad705dc52a16f55e7692d502
parentc63d4bbff99b53d0bd2e30a220a6ddc2bd252e36
[MINOR] cookie: add support for the "preserve" option

This option makes haproxy preserve any persistence cookie emitted by
the server, which allows the server to change it or to unset it, for
instance, after a logout request.
(cherry picked from commit 52e6d75374c7900c1fe691c5633b4ae029cae8d5)
doc/configuration.txt
include/types/proxy.h
src/cfgparse.c
src/proto_http.c