]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-quic: remove dead err label in qcc_build_frms()
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 Dec 2024 15:34:18 +0000 (16:34 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 19 Dec 2024 15:36:33 +0000 (16:36 +0100)
commit4490df57a6d6d603077c1ecbb69c67a07bc9e3d6
tree7242435a2c460aab4b8ec218291440fa5a9e564f
parent7edb2ffae7e899af58a6b4fe546ac0665f5d3c9d
CLEANUP: mux-quic: remove dead err label in qcc_build_frms()

STREAM frames emission in qcc_build_frms() has been splitted from
RESET_STREAM/STOP_SENDING into qcc_emit_rs_ss(). Now, the former cannot
fail, as such err label can be removed as it is unreachable.

This should be backported up to 3.1.

This should fix github issue #2824.
src/mux_quic.c