commit | 4ac6d3733307965201db7ebbd886ab3492239e88 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 14 14:38:55 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 17:06:22 2022 +0100 |
tree | aee11c71c3869e7f9857b417e96d1e1616dc2d79 | |
parent | 6a2c2f4910f7225a808649dacdd3ec8b3d7f409b [diff] |
BUG/MINOR: h3: fix the header length for QPACK decoding Pass the H3 frame length to QPACK decoding instead of the length of the whole buffer. Without this fix, if there is multiple H3 frames starting with a HEADERS, QPACK decoding will be erroneously applied over all of them, most probably leading to a decoding error.