mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 17:43:44 +02:00
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.