]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: chunks: add chunk_memcpy() and chunk_memcat()
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Jul 2017 11:35:34 +0000 (13:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Aug 2017 11:26:20 +0000 (13:26 +0200)
commit82032f12236b5d1cb7c7a3196193bf869ba57096
treea43f858e4ad30d3b3c883c62a63d73631e6f02e1
parent686408bb6ccf5d8f3a21877c9a3ba120e09fd88f
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.
include/common/chunk.h