REORG: mux-h1: Rename functions to emit chunk size/crlf in the output buffer
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:33:23 +0000 (13:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Jun 2023 11:33:23 +0000 (13:33 +0200)
commite081efd44825e3b232f976347b61049d764a4fbd
treec07f4b3561ea00fd98bf1f02a8b4cfc48459f5ce
parent723c73f8a7df82d4d419cfb8c7546bb22d919316
REORG: mux-h1: Rename functions to emit chunk size/crlf in the output buffer

h1_emit_chunk_size() and h1_emit_chunk_crlf() functions were renamed,
respectively, h1_prepend_chunk_size() and h1_append_chunk_crlf().
src/mux_h1.c