CLEANUP: mux-h1: Rename functions parsing input buf and filling output buf
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Feb 2021 17:32:08 +0000 (18:32 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 25 May 2021 08:41:50 +0000 (10:41 +0200)
commit44c0dcfe907fa1c610a5841086a86db63255fbde
treec4ff745501a91c646ebad6130539d7cb9193bebd
parent00d7cde5519ba8601a3b3b2137cc43f1cf79b84e
CLEANUP: mux-h1: Rename functions parsing input buf and filling output buf

Main functions are renamed h1_process_demux() and h1_process_mux() to be
consistent with the H2 mux. For the same reason,
h1_process_header/data/tralers) functions, responsible to parse incoming
data are renamed with "h1_handle_" prefix.
src/mux_h1.c