Changes since version 3.0-dev11 : Amaury Denoyelle (3): BUG/MEDIUM: server: clear purgeable conns before server deletion BUG/MINOR: mux-quic: fix error code on shutdown for non HTTP/3 BUG/MINOR: qpack: fix error code reported on QPACK decoding failure Aurelien DARRAGON (4): BUG/MINOR: log: fix leak in add_sample_to_logformat_list() error path BUG/MINOR: log: smp_rgs array issues with inherited global log directives MINOR: hlua: add hlua_nb_instruction getter MEDIUM: hlua: take nbthread into account in hlua_get_nb_instruction() Christopher Faulet (3): BUG/MINOR: h1: Check authority for non-CONNECT methods only if a scheme is found BUG/MEDIUM: h1: Reject CONNECT request if the target has a scheme BUG/MAJOR: h1: Be stricter on request target validation during message parsing Ilia Shipitsin (1): CI: drop asan.log umbrella completely Tim Duesterhus (1): DOC: Update UUID references to RFC 9562 William Lallemand (1): REGTESTS: ssl: be more verbose with ocsp_compat_check.vtc William Manley (1): MINOR: rhttp: Don't require SSL when attach-srv name parsing Willy Tarreau (6): BUG/MEDIUM: htx: mark htx_sl as packed since it may be realigned BUG/MEDIUM: stick-tables: properly mark stktable_data as packed SCRIPTS: run-regtests: fix a few occurrences of extended regexes BUG/MINOR: ssl_sock: fix xprt_set_used() to properly clear the TASK_F_USR1 bit MINOR: dynbuf: provide a b_dequeue() variant for multi-thread BUG/MEDIUM: muxes: enforce buf_wait check in takeover()