]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Add function to append the chunk size to the output buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:33:53 +0000 (13:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:33:53 +0000 (13:33 +0200)
commita07c85c5df17c0069e3ffb0a81baac941faaa4d0
treef52c5cdb812408b76b878d678970c357279666f1
parente081efd44825e3b232f976347b61049d764a4fbd
MINOR: mux-h1: Add function to append the chunk size to the output buffer

h1_append_chunk_size() function does the opposite of
h1_prepend_chunk_size(). It emit the chunk size at the end of the output
buffer.
src/mux_h1.c