]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: dumpstat: make the CLI parser understand the backslash as an escape char
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 10 Dec 2013 17:54:58 +0000 (18:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 14:56:09 +0000 (15:56 +0100)
commit48bcfdab24d1823eb84b261ed2458b9ff9fef315
treeff3fd8abe1eccf385ff337596a3d6af41fdab135
parentc64de3f1bcab62a33a50d4d8a6cb1d62ec3a02bc
MEDIUM: dumpstat: make the CLI parser understand the backslash as an escape char

We'll need to pass patterns on the CLI for lookups. Till now there was no
need for a backslash, so it's still time to support them just like in the
config file.
src/dumpstats.c