]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: reorganize code for app init/shutdown
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Apr 2026 07:36:55 +0000 (09:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Apr 2026 12:34:13 +0000 (14:34 +0200)
commit103872067561bc424b3ebbc2a958760b3c4e7245
tree89b83001f62cef37216310865ded1118567c0792
parent6c837723bfffa9048cd9160cb53295872c9de476
MINOR: mux-quic: reorganize code for app init/shutdown

Refactor code related to app-layer init/shutdown operations. In short,
qcc_shutdown() is renamed to qcc_app_shutdown(). It is also moved next
to qcc_app_init() to better reflect their link.
src/mux_quic.c