Changes since version 2.9.7 : Amaury Denoyelle (6): BUG/MEDIUM: server: fix dynamic servers initial settings BUG/MEDIUM: quic: fix connection freeze on post handshake MINOR: session: rename private conns elements BUG/MAJOR: server: do not delete srv referenced by session BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe Aurelien DARRAGON (4): BUG/MINOR: log: fix lf_text_len() truncate inconsistency BUG/MINOR: tools/log: invalid encode_{chunk,string} usage BUG/MINOR: log: invalid snprintf() usage in sess_build_logline() CLEANUP: log: lf_text_len() returns a pointer not an integer Christopher Faulet (11): MINOR: mux-h1: Move checks performed before a shutdown in a dedicated function MINOR: mux-h1: Move all stuff to detach a stream in an internal function MAJOR: mux-h1: Drain requests on client side before shut a stream down MEDIUM: htx/http-ana: No longer close connection on early HAProxy response BUG/MINOR: cli: Report an error to user if command or payload is too big BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY values BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered BUG/MEDIUM: applet: Fix applet API to put input data in a buffer BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame BUG/MEDIUM: peers: Fix exit condition when max-updates-at-once is reached Damien Claisse (1): BUG/MINOR: server: fix slowstart behavior Frederic Lecaille (2): MINOR: net_helper: Add support for floats/doubles. BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses Ilya Shipitsin (1): CI: revert kernel addr randomization introduced in 3a0fc864 Remi Tricot-Le Breton (2): BUG/MAJOR: ocsp: Separate refcount per instance and per store BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing William Lallemand (1): MEDIUM: ssl: initialize the SSL stack explicitely Willy Tarreau (7): BUG/MEDIUM: quic: don't blindly rely on unaligned accesses BUG/MINOR: listener: always assign distinct IDs to shards BUG/MINOR: debug: make sure DEBUG_STRICT=0 does work as documented BUILD: cache: fix non-inline vs inline declaration mismatch to silence a warning BUG/MEDIUM: peers/trace: fix crash when listing event types BUG/MAJOR: stick-tables: fix race with peers in entry expiration BUG/MEDIUM: evports: do not clear returned events list on signal