]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: send one last time before release
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Jun 2022 15:09:01 +0000 (17:09 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 15 Jul 2022 13:56:13 +0000 (15:56 +0200)
commita154dc0290890a0632de0db6e2eb1e9a8aa00fcf
tree3d36c0e99b37f531efb7f914994a0c102fa7de37
parentc49d5d1a4bd7352b27f32e20a0182ace2f874a5f
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.
src/mux_quic.c