]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: refactor qc_build_pkt() error handling
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 6 Jun 2024 09:59:34 +0000 (11:59 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 12 Jun 2024 16:05:40 +0000 (18:05 +0200)
commit88681681cc9c7c6b46f11949a7aa4418b61ab192
treeb6bcaf9b4001210e8c98f8e3807417ce6d0666c1
parentab37b8692141cd2b5e6ac7328e79162106c70d58
MINOR: quic: refactor qc_build_pkt() error handling

qc_build_pkt() error handling was difficult due to multiple error code
possible. Improve this by defining a proper enum to describe the various
error code. Also clean up ending labels inside qc_build_pkt().
include/haproxy/quic_tx-t.h
src/quic_tx.c