Changes since version 3.5-dev0 : Amaury Denoyelle (3): BUG/MEDIUM: mux_quic: prevent risk of infinite loop on recv OPTIM: mux_quic: remove QCS from recv_list on reset BUG/MINOR: mux_quic: do not interrupt recv on error/incomplete data Christopher Faulet (6): BUG/MEDIUM: check: Skip tcpcheck post-config for external checks BUG/MEDIUM: check: Ignore small-buffer option when starting an external check MINOR: check: Don't dump buffers state in check traces for external checks BUG/MEDIUM: server/checks: Support healtcheck keyword on default-server lines BUG/MINOR: tcpcheck: Override external check if healthcheck section is set REGTESTS: checks: Add script for external healthchecks Olivier Houchard (4): BUG/MEDIUM: threads: Fiw build when using no thread BUG/MEDIUM: checks: Dequeue checks on purge MINOR: servers: Add a back-pointer to the server in srv_per_thread MEDIUM: servers: Move to a per-thread idle connection cleanup task Willy Tarreau (7): BUG/MEDIUM: regex: initialize the match array earlier during boot BUG/MEDIUM: xprt_qmux: implement ->get_ssl_sock_ctx() to get the SSL laye CLEANUP: sessions: simplify the sess_priv_conns pool name MINOR: pools: reject creation of pools containing invalid chars in their name BUG/MINOR: acl: report "ACL" not "map" in ACL ID lookup failures MINOR: memprof: make in_memprof a bitfield instead of a counter MINOR: memprof: be careful to account allocations only once