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

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