MINOR: log/backend: prevent stick table and stick rules with LOG mode
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 16 Nov 2023 10:29:58 +0000 (11:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 18 Nov 2023 10:16:21 +0000 (11:16 +0100)
commit4b2616f78400fac5ca7202b28b3f101d984c2a2b
treeaa33fcaaccee327c89006b92e498ba60169a49ba
parent533561896709e630d742d7c10467de3223478ec2
MINOR: log/backend: prevent stick table and stick rules with LOG mode

Report a warning and prevent errors if user tries to declare a stick table
or use stick rules within a log backend.
include/haproxy/proxy.h
src/log.c
src/proxy.c