]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic/mux-quic: define CONNECTION_CLOSE send API
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 20 May 2022 13:04:38 +0000 (15:04 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 20 May 2022 15:26:56 +0000 (17:26 +0200)
commit9fab9fd7e580b897cdac023dd95c30f088b2694d
treecbdb716c9fb5f4168a077b5703236c5302a028f9
parentdfd1301035cf8e473fe9dda9f91c83b457aac340
MINOR: quic/mux-quic: define CONNECTION_CLOSE send API

Define an API to easily set a CONNECTION_CLOSE. This will mainly be
useful for the MUX when an error is detected which require to close the
whole connection.

On the MUX side, a new flag is added when a CONNECTION_CLOSE has been
prepared. This will disable add future send operations.
include/haproxy/mux_quic-t.h
include/haproxy/xprt_quic.h
src/mux_quic.c
src/xprt_quic.c