]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse-listen: "dynamic-cookie-key" requires TCP or HTTP mode
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 19 Sep 2023 16:37:29 +0000 (18:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:30 +0000 (15:34 +0200)
commit0b09727a22fc2bd36bc7b3e73ca9c5a85ce2601c
tree937695b4ea9a9fa2a94e9e0a057e382e136fddae
parentd354947365bbbafe3f6675fec0bea8617259842a
MINOR: cfgparse-listen: "dynamic-cookie-key" requires TCP or HTTP mode

Prevent the use of the "dynamic-cookie-key" keyword in proxy sections
when TCP or HTTP modes are not set.
src/cfgparse-listen.c