]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: make the param converter support control characters master
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2026 09:04:06 +0000 (11:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2026 09:10:14 +0000 (11:10 +0200)
commitccd8e5b57d75de07aa4026de0a985beb8aaedd8e
treef015315d58c65c57121fa62f458a20c434ecf5d2
parent26545d98bf0aa9d93071c0ac58c4f0e8c42ca693
MINOR: sample: make the param converter support control characters

Sometimes it can be convenient to support delimiting of the param()
converter using control characters that can be found in some request
bodies. Since the converter only supports a single character, we can
easily make an exception for "0xHH". That's what this patch does. The
reg-test was updated to include one 0x26.
doc/configuration.txt
reg-tests/converter/param.vtc
src/sample.c