]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: simplify qc_parse_pkt_frms() return path
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 4 Nov 2024 17:17:01 +0000 (18:17 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 6 Nov 2024 13:28:14 +0000 (14:28 +0100)
commit498a99a84956535a9ce2a61cb908d0fc81165606
tree0406c11fe6675c449ca656981a01546be8f0dcba
parent24dd7154a614884ac4e8cd52da32e127f37be264
MINOR: quic: simplify qc_parse_pkt_frms() return path

Change qc_parse_pkt_frms() return path for normal and error cases. Most
notably, it allows to remove local variable ret as now return value is
hardcoded on normal and err label. This also allows to define a
different trace for error leaving code.
src/quic_rx.c