]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-quic: perform app init in case of early shutdown
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Apr 2026 07:37:58 +0000 (09:37 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Apr 2026 12:34:13 +0000 (14:34 +0200)
commita7e1c8264824c33e330289bfcd1c9422a3f7ccd8
tree320ee7422e81f524264b1d385bdee8a3441c120f
parent103872067561bc424b3ebbc2a958760b3c4e7245
MINOR: mux-quic: perform app init in case of early shutdown

Adds a qcc_app_init() call in qcc_app_shutdown(). This is necessary if
shutdown is performed early, before any invokation of qcc_io_send().

Currently, this should never occur in practice. However, this will
become necessary with the new settings tune.quic.fe.stream.max-total.
Indeed, when using a very small value, app-ops layer may be closed early
in the connection lifetime.
src/mux_quic.c