commit | 0d4c924c34c3f6affed4538c489657eec32decb7 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 21 10:56:24 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 25 10:41:50 2021 +0200 |
tree | e523cdc3caf1eff1e0969b0509081343754732a4 | |
parent | 140691baf983535a8cc70cfebbf3732c77e5177c [diff] |
MEDIUM: h1-htx: Split function to parse a chunk and the loop on the buffer A generic function is now used to only parse the current chunk (h1_parse_chunk) and the main one (h1_parse_msg_chunks) is used to loop on the buffer and relies on the first one. This change is mandatory to be able to use an optimized function to parse contiguous small chunks.