]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: do not report twice the incompatibility between cookie and non...
authorWilly Tarreau <w@1wt.eu>
Thu, 31 May 2012 18:43:11 +0000 (20:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 31 May 2012 18:47:00 +0000 (20:47 +0200)
commitb5ba17e3a92618df020a4a2f9ddad62702d235ab
treefdda41bc5526754e2cb0a55aa66e4d8e9649643d
parent674021329c263683842c3a69133f073c0da5a18c
BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http

This one was already taken care of in proxy_cfg_ensure_no_http(), so if a
cookie is presented in a TCP backend, we got two warnings.

This can be backported to 1.4 since it's been this way for 2 years (although not dramatic).
include/types/proxy.h
src/cfgparse.c