commit | 43235676507c9cb651e5d3b8bcd757858c37e1b6 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 21 19:08:44 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 21 19:14:09 2022 +0100 |
tree | 47d036e713898e2c660e27bedaac9e39d6183e3f | |
parent | c0b66ca73c0737f836815e24dd1e8602def04b7f [diff] |
MINOR: quic: fix handling of out-of-order received STREAM frames The recent changes was not complete. d1c76f24fdf1cfb85e574cb1ef0c773b74bee32a MINOR: quic: do not modify offset node if quic_rx_strm_frm in tree The frame length and data pointer should incremented after the data copy. A BUG_ON statement has been added to detect an incorrect decrement operaiton.