commit | 82032f12236b5d1cb7c7a3196193bf869ba57096 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 27 13:35:34 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 18 13:26:20 2017 +0200 |
tree | a43f858e4ad30d3b3c883c62a63d73631e6f02e1 | |
parent | 686408bb6ccf5d8f3a21877c9a3ba120e09fd88f [diff] |
MINOR: chunks: add chunk_memcpy() and chunk_memcat() These two functions respectively copy a memory area onto the chunk, and append the contents of a memory area over a chunk. They are convenient to prepare binary output data to be sent and will be used for HTTP/2.