mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 04:52:43 +02:00
It's always a pain not to be able to combine variables. This commit introduces the "concat" converter, which appends a delimiter, a variable's contents and another delimiter to an existing string. The result is a string. This makes it easier to build composite variables made of other variables.