Changes since version 3.4-dev10 : Alexander Stephan (1): BUG/MEDIUM: cli: fix master CLI connection slot leak on client disconnect Amaury Denoyelle (2): MEDIUM: mux-quic: extend shut to app proto layer MINOR: h3/hq_interop: implement stream reset on shut abort/kill-conn Maxime Henrion (5): MINOR: add an MPSC ring buffer implementation OPTIM: quic: rework the QUIC RX code MINOR: quic: store the DCID as an offset OPTIM: quic: reduce the size of struct quic_dgram BUG/MINOR: quic: handle cases where we don't have an address William Lallemand (3): BUG/MEDIUM: acme: fix segfault on newOrder with empty authorizations BUG/MINOR: acme: skip auth/challenge steps when newOrder returns a certificate CI: github: add DEBUG_STRICT=2 to ASAN jobs Willy Tarreau (11): BUG/MINOR: sink: do not free existing sinks on allocation error CLEANUP: net_helper: fix incorrect const pointers in writev_n16() BUG/MINOR: vars: make parse_store() return error on var_set() failure BUG/MINOR: vars: don't store the variable twice with set-var-fmt BUG/MINOR: vars: only print first invalid char in fill_desc() BUG/MINOR: hpack: validate idx > 0 in hpack_valid_idx() BUG/MINOR: acl: fix a possible arg corruption in smp_fetch_acl_parse() BUG/MINOR: map: do not leak a map descriptor on load error CLEANUP: map/cli: fix some map-related help messages BUG/MINOR: pattern: release the reference on failure to load from file CLEANUP: acl: remove duplicate test in parse_acl_expr() and unused variable