commit | f9e190e49ab2859eade317734261b7c22d0fe83d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 23 16:12:15 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | aabd5fd7f97eb59d7cc10a2faaa64e2c48bddea2 | |
parent | 65df3add336d6af5e2d93fcc69b62cde214b454b [diff] |
MINOR: quic: support CONNECTION_CLOSE_APP emission Complete quic-conn API for error reporting. A new parameter <app> is defined in the function quic_set_connection_close(). This will transform the frame into a CONNECTION_CLOSE_APP type. This type of frame will be generated by the applicative layer, h3 or hq-interop for the moment. A new function qcc_emit_cc_app() is exported by the MUX layer for them.