commit | a154dc0290890a0632de0db6e2eb1e9a8aa00fcf | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jun 13 17:09:01 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 15 15:56:13 2022 +0200 |
tree | 3d36c0e99b37f531efb7f914994a0c102fa7de37 | |
parent | c49d5d1a4bd7352b27f32e20a0182ace2f874a5f [diff] |
MINOR: mux-quic: send one last time before release Call qc_send() on qc_release(). This is mostly useful for application protocol with a connection closing procedure. Most notably, this will be useful to implement HTTP/3 GOAWAY emission.