commit | c1f40b38a6a27f2c5977cab098297d2f01108a54 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 08 07:34:25 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:58:01 2018 +0200 |
tree | e89663e9753aed9c490f861ee3ee275d303ae528 | |
parent | 9fa267dada45ae2668d87651886dcf0f903d4012 [diff] |
MINOR: chunk: add chunk_cpy() and chunk_cat() Sometimes we need to concatenate constant chunks to existing ones, but no function currently exists to do this easily, hence these two new ones.