commit | 9fab9fd7e580b897cdac023dd95c30f088b2694d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 20 15:04:38 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 20 17:26:56 2022 +0200 |
tree | cbdb716c9fb5f4168a077b5703236c5302a028f9 | |
parent | dfd1301035cf8e473fe9dda9f91c83b457aac340 [diff] |
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.