]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: qpack: do not consider empty enc/dec stream as error
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 May 2022 13:21:27 +0000 (15:21 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 31 May 2022 13:35:06 +0000 (15:35 +0200)
commit5869cb669e31f728440db63ff73db163ae38ae3a
treec252dd4581b6a1b9b3e3d5733f72b0b6abe9d5e0
parent9f17a5aa8a411225d73be12c2a37c484e4c8fc91
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.
src/h3.c
src/qpack-dec.c