]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: dynamic-cookie CLIs require TCP or HTTP mode
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 20 Sep 2023 08:54:06 +0000 (10:54 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:30 +0000 (15:34 +0200)
commit403fdee6a4494f0618af31ced7dcb349aa1e0e27
treef207238f59a57ef7711650437eec8949dddc312d
parent0b09727a22fc2bd36bc7b3e73ca9c5a85ce2601c
MINOR: proxy: dynamic-cookie CLIs require TCP or HTTP mode

Prevent the use of "dynamic-cookie" related CLI commands if the backend
is not in TCP or HTTP mode.
src/proxy.c