Changes since version 3.3-dev7 : Amaury Denoyelle (6): 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 (7): BUG/MAJOR: stream: Remove READ/WRITE events on channels after analysers eval MINOR: applet: Rely on applet flag to detect the new api MINOR: applet: Add function to test applet flags from the appctx MINOR: applet: Add a flag to know an applet is using HTX buffers MINOR: applet: Make some applet functions HTX aware MEDIUM: applet: Set .rcv_buf and .snd_buf functions on default ones if not set BUG/MEDIUM: mux-spop: Reject connection attempts from a non-spop frontend Frederic Lecaille (2): BUG/MINOR: quic-be: missing Initial packet number space discarding BUG/MEDIUM: quic-be: crash after backend CID allocation failures Valentine Krasnobaeva (1): MINOR: dns: dns_connect_nameserver: fix fd leak at error path William Lallemand (2): BUG/MEDIUM: ssl: apply ssl-f-use on every "ssl" bind REGTESTS: jwt: create dynamically "cert.ecdsa.pem"