commit | ca07979b978ed683b96d0ec99073c7cb972fd022 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 17 08:56:50 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 17 09:21:18 2023 +0100 |
tree | 6b12626efe8de2740ffdadec47b8f2153cbae568 | |
parent | 14ea98af7392225c26afa9f97a33b913e091b02b [diff] |
BUG/MINOR: quic: Missing STREAM frame data pointer updates This patch follows this one which was not sufficient: "BUG/MINOR: quic: Missing STREAM frame length updates" Indeed, it is not sufficient to update the ->len and ->offset member of a STREAM frame to move it forward. The data pointer must also be updated. This is not done by the STREAM frame builder. Must be backported to 2.6 and 2.7.