]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: filters: Improve errors formating during filters parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 16:03:35 +0000 (17:03 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 16:03:40 +0000 (17:03 +0100)
commitbc487afc85fc9c28c14467d9fb5296ad277471c0
tree53a27dac69f1f33543ee0af72057debd83b22e0a
parentb20e2c96cfea06776db3200614f6d94441f15c2d
MINOR: filters: Improve errors formating during filters parsing

The error message reported by a filter during parsing are displayed between
quotes. It is not really user friendly. So let's remove the quotes here.
src/filters.c