]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: fix wrong lock label master
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 8 Aug 2025 13:12:59 +0000 (15:12 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 14 Aug 2025 14:31:25 +0000 (16:31 +0200)
commit8ac54cafcda749a5b50532b3a10d39a5a37ce9b3
treeec6f7f1a6c5f34c826bbbd23d86776ce5ecb762f
parent878a72d001a722ac4b65f5bf4cfccef6b01d3c6d
BUG/MINOR: mux-h1: fix wrong lock label

Wrong lock label is used when manipulating idle lock on h1_timeout_task.
Fix this by replacing OTHER_LOCK by IDLE_CONNS_LOCK.

This only concerns thread debugging statistics.

This must be backported up to 2.4.
src/mux_h1.c