commit | 44c0dcfe907fa1c610a5841086a86db63255fbde | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Feb 16 18:32:08 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 25 10:41:50 2021 +0200 |
tree | c4ff745501a91c646ebad6130539d7cb9193bebd | |
parent | 00d7cde5519ba8601a3b3b2137cc43f1cf79b84e [diff] |
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.