mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-29 05:02:49 +02:00
This function's naming was misleading as it is used to append data at the end of a string, causing some surprizes when used for the first time! Add a chunk_printf() function which does what its name suggests.