]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] cookie: correctly unset default cookie parameters
authorWilly Tarreau <w@1wt.eu>
Sat, 23 Oct 2010 09:37:27 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:36 +0000 (19:04 +0200)
commitc63d4bbff99b53d0bd2e30a220a6ddc2bd252e36
tree44d462ada631b586401a79773a7f9d311445c999
parentbfcd31134b5de8d836533663bb5ac840a8617681
[BUG] cookie: correctly unset default cookie parameters

When a backend defines a new cookie, it forgot to unset any params
that could have been set in a defaults section, resulting in configs
that would sometimes refuse to load or not work as expected.
(cherry picked from commit f80bf174ed905a29a3ed8ee91fcd528da6df174f)
src/cfgparse.c