commit | 7780473c3bbb7359d5d2861eb8421f9db24d70cd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 29 16:14:26 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 29 16:14:26 2012 +0100 |
tree | 4f524e6a4e485ccffd6ea5c8b4d4c179d204bf0a | |
parent | c26ac9deeabe3af21a90c97b4fd626430d178b0f [diff] |
CLEANUP: replace chunk_printf() with chunk_appendf() 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.