]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 11:21:38 +0000 (12:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 Jan 2017 11:21:38 +0000 (12:21 +0100)
commit4c18346c0f18e8ac470bd0cb40b1b895e9345e26
tree35c4f930e651caecd01e9ae591ad05503cce7eea
parent4f60301235ca1d35d51a49f15981706dd1ab67a0
BUG/MINOR: config: emit a warning if http-reuse is enabled with incompatible options

http-reuse should normally not be used in conjunction with the proxy
protocol or with "usesrc clientip". While there's nothing fundamentally
wrong with this, whenever these options are used, the server expects the
IP address to be the source address for all requests, which doesn't make
sense with http-reuse.
src/cfgparse.c