MINOR: mux-h1: Add function to prepend the chunk crlf to the output buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:33:59 +0000 (13:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:33:59 +0000 (13:33 +0200)
commit05fe76b540210a27c9e2fc96ced740ec48fa19b8
tree3a075491918c49f85cdcf6cdd4670da889006f30
parenta07c85c5df17c0069e3ffb0a81baac941faaa4d0
MINOR: mux-h1: Add function to prepend the chunk crlf to the output buffer

h1_prepend_chunk_crlf() function does the opposite of
h1_append_chunk_crlf(). It emit the chunk size in front of the output
buffer.
src/mux_h1.c