mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 00:22:56 +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.