]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse-listen: "http-send-name-header" requires TCP or HTTP mode
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 19 Sep 2023 16:34:15 +0000 (18:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:30 +0000 (15:34 +0200)
commitd354947365bbbafe3f6675fec0bea8617259842a
tree6eff5c5418a3695154d74979f1a2b16d30cbc1c3
parent0ba731f50b4e6b75d32ddf8388fe32fad5cfadf3
MINOR: cfgparse-listen: "http-send-name-header" requires TCP or HTTP mode

Prevent the use of the "http-send-name-header" keyword in proxy section
when neither TCP or HTTP mode is set.
src/cfgparse-listen.c