]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: simplify return path in send functions
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 28 Feb 2023 10:53:48 +0000 (11:53 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 1 Mar 2023 13:29:16 +0000 (14:29 +0100)
commit37333864ef9f4954d10ab9ea0e58da99c941a302
tree40618b3750d7c3a0020586de95ebb7012ce10af3
parentfa0413f1c7e0eaff6fb061f53f8efaae9eccca32
MINOR: quic: simplify return path in send functions

This patch simply clean up return paths used in various send function of
quic-conn module. This will simplify the implementation of poller
subscribing on sendto() error which add another error handling path.

This should be backported up to 2.7.
src/quic_conn.c