Changes since version 3.2.4 : Amaury Denoyelle (7): BUG/MINOR: mux-h1: fix wrong lock label BUG/MEDIUM: mux-h2: fix crash on idle-ping due to unwanted ABORT_NOW BUG/MEDIUM: quic: reset padding when building GSO datagrams BUG/MINOR: quic: do not emit probe data if CONNECTION_CLOSE requested BUG/MAJOR: quic: fix INITIAL padding with probing packet only BUG/MINOR: quic: don't coalesce probing and ACK packet of same type MINOR: quic: centralize padding for HP sampling on packet building Aurelien DARRAGON (2): MINOR: http_ana: fix typo in http_res_get_intercept_rule BUG/MEDIUM: http_ana: handle yield for "stats http-request" evaluation Christopher Faulet (6): BUG/MEDIUM: stconn: Fix conditions to know an applet can get data from stream BUG/MEDIUM: Remove sync sends from streams to applets BUG/MINOR: spoe: Properly detect and skip empty NOTIFY frames BUG/MEDIUM: cli: Report inbuf is no longer full when a line is consumed BUG/MEDIUM: mux-spop: Reject connection attempts from a non-spop frontend BUG/MEDIUM: spoe: Improve error detection in SPOE applet on client abort Frederic Lecaille (2): MINOR: quic: implement qc_ssl_do_hanshake() BUG/MEDIUM: quic: listener connection stuck during handshakes (OpenSSL 3.5) Valentine Krasnobaeva (2): MEDIUM: dns: don't call connect to dest socket for AF_INET* MINOR: dns: dns_connect_nameserver: fix fd leak at error path William Lallemand (2): BUG/MEDIUM: mworker: more verbose error upon loading failure BUG/MEDIUM: ssl: apply ssl-f-use on every "ssl" bind