commit | 91379f79f858f0ab7bfa28225ca4d6c6e8e1b150 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 14 17:14:59 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 17:17:00 2022 +0100 |
tree | 5166ff4a3667db6c4ae46a3baa334c27769b1477 | |
parent | 7b0f1220d41b405e2248d55ba319c16b2ddf347a [diff] |
MINOR: h3: implement DATA parsing Add a new function h3_data_to_htx. This function is used to parse a H3 DATA frame and copy it in the mux stream HTX buffer. This is required to support HTTP POST data. Note that partial transfers if the HTX buffer is fulled is not properly handle. This causes large DATA transfer to fail at the moment.