commit | 48f01bda86eb053d79771d2dd4e809a93909e5cd | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 27 15:37:20 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 15:44:19 2022 +0200 |
tree | 2031ba24129306057a73a75ee2c9177f95b89854 | |
parent | 67e92d365239ad9346e92fc9f271a819fa574ced [diff] |
MINOR: h3: support DATA demux if buffer full Previously, h3 layer was not able to demux a DATA frame if not fully received in the Rx buffer. This causes evident limitation and prevents to be able to demux a frame bigger than the buffer. Improve h3_data_to_htx() to support partial frame demuxing. The demux state is preserved in the h3s new fields : this is useful to keep the current type and length of the demuxed frame.