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 Christopher Faulet (5): 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 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