commit | 5869cb669e31f728440db63ff73db163ae38ae3a | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 31 15:21:27 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 31 15:35:06 2022 +0200 |
tree | c252dd4581b6a1b9b3e3d5733f72b0b6abe9d5e0 | |
parent | 9f17a5aa8a411225d73be12c2a37c484e4c8fc91 [diff] |
BUG/MINOR: qpack: do not consider empty enc/dec stream as error When parsing QPACK encoder/decoder streams, h3_decode_qcs() displays an error trace if they are empty. Change the return code used in QPACK code to avoid this trace. To uniformize with MUX/H3 code, 0 is now used to indicate success. Beyond this spurious error trace, this bug has no impact.