]> git.kaiwu.me - haproxy.git/commit
MINOR: config: support explicit "on" and "off" for "set-dumpable"
authorWilly Tarreau <w@1wt.eu>
Wed, 18 Mar 2026 09:39:30 +0000 (10:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Mar 2026 14:30:39 +0000 (15:30 +0100)
commit6152a4eef51418bc1ed0b90f0ce652440c876917
treed05cb6be5d31202bf28483d26ed2295383adbf27
parent94a4578ccfe8a8a4976c40ff2ced8283d999df4e
MINOR: config: support explicit "on" and "off" for "set-dumpable"

The global "set-dumpable" keyword currently is only positional. Let's
extend its syntax to support arguments. For now we support both "on"
and "off" to explicitly enable or disable it.
doc/configuration.txt
src/cfgparse-global.c