mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 09:19:17 +02:00
make it so string array construction is performed by dedicated macro helpers instead of manual char insertion between string members. The goal is to easily be able to support multiple forms of array construction depending on the data encoding format (raw, json..). Only %hrl and %hsl logformats are concerned.