]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stktable: "stick" requires TCP or HTTP mode
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 19 Sep 2023 15:20:24 +0000 (17:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:30 +0000 (15:34 +0200)
commit098ae743fd17b3fae6671e53d9bdb74eb3f315fd
treeb662450835022d5631c6df772a8540b27a806ed8
parent09b15e4163b6a32a418b6f8b8e29dfb356d5fee6
MINOR: stktable: "stick" requires TCP or HTTP mode

Prevent the use of "stick-table" and "stick *" when proxy is neither in
tcp or http mode.
src/cfgparse-listen.c