]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-quic: disable glitch on backend side
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 23 Jul 2025 12:36:17 +0000 (14:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 23 Jul 2025 12:39:18 +0000 (14:39 +0200)
commit826f797bb06846aa6b8bf1a06ba3fb7e2828b9ff
tree97ce4c6f99f69205e05d9716879d2267a390e6d4
parent89329b147dec6a7c2c11fc5badd4c1cde1f1eedd
MINOR: mux-quic: disable glitch on backend side

For now, QUIC glitch limit counter is only available on the frontend
side. Thus, disable incrementation on the backend side for now. Also,
session is only available as conn <owner> reliably on the frontend side,
so session_add_glitch_ctr() operation is also securised.
src/mux_quic.c