]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: proxy: fix tiny mistakes in parse error messages
authorWilly Tarreau <w@1wt.eu>
Fri, 15 May 2026 08:38:18 +0000 (08:38 +0000)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 May 2026 13:46:46 +0000 (15:46 +0200)
commitb6bd6f5b9a0a6778f3c7f3ec4b04b57ed8c587e8
tree988854b4b0ea8de46d68a9a4054ff6f45d993ce3
parentace19fd638e7c273981a72fcebf96a09031fc459
CLEANUP: proxy: fix tiny mistakes in parse error messages

One is s/keyworld/keyword in the retry-on parser. The other one is a
wrong argument "len" being printed in case of parse error for
"declare capture" instead of the length itself.

These can be backported though they are not important.
src/proxy.c