]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: refactor timeout code
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 8 Jul 2025 08:44:44 +0000 (10:44 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 23 Jul 2025 12:36:48 +0000 (14:36 +0200)
commit95cb763cd68b2eb4a2127ceb135aec87bbcec34b
tree55d31ebcb1f2ea66e1773b109cec346309770084
parent558532fc57d8bd5bef83317586fbf1e34e689223
MINOR: mux-quic: refactor timeout code

This commit is a small reorganization of condition used into
qcc_refresh_timeout(). Its objective is to render the code more logical
before the next patch which will ensure that timeout is properly set for
backend connections.
src/mux_quic.c