Changes since version 3.2-dev4 : Amaury Denoyelle (7): MINOR: quic: remove references to burst in quic-cc-algo parsing MINOR: quic: allow BBR testing without pacing MINOR: quic: transform pacing settings into a global option MAJOR: quic: mark pacing as stable and enable it by default MINOR: quic: mark BBR as stable MINOR: quic: define quic_tune BUILD: quic: fix overflow in global tune Aurelien DARRAGON (1): CLEANUP: tree-wide: define and use acl_match_cond() helper Christopher Faulet (3): BUG/MINOR: stream: Properly handle "on-marked-up shutdown-backup-sessions" MEDIUM: stream: Map task wake up reasons to dedicated stream events MEDIUM: stream: No longer use TASK_F_UEVT* to shut a stream down Olivier Houchard (6): MINOR: proxies: Add a per-thread group field to struct proxy. MINOR: Add fields to the per-thread group field in struct server. MINOR: proxies/servers: Calculate queueslength and use it. MEDIUM: servers/proxies: Switch to using per-tgroup queues. MINOR: queues: use __ha_cpu_relax() on failed CAS. BUILD: queues: Use unsigned int when needed Valentine Krasnobaeva (3): BUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENERATE_CERTIFICATES CLEANUP: ssl: rename ssl_sock_load_ca to ssl_sock_gencert_load_ca CLEANUP: ssl: move ssl_sock_gencert_load_ca declaration in ssl_gencert.h William Lallemand (2): BUILD: ssl: allow to build without the renegotiation API of WolfSSL BUILD: ssl: more cleaner approach to WolfSSL without renegotiation Willy Tarreau (7): MINOR: epoll: permit to mask certain specific events BUILD: tools: fix build on BSD by dropping the ETIME check BUG/MEDIUM: chunk: make sure to flush the trash pool before resizing DEBUG: fd: add a counter of takeovers of an FD since it was last opened MINOR: fd: add a generation number to file descriptors DEBUG: epoll: store and compare the FD's generation count with reported event MEDIUM: epoll: skip reports of stale file descriptors