Changes since version 3.1.8 : Amaury Denoyelle (1): BUG/MINOR: config/server: reject QUIC addresses Christopher Faulet (8): DOC: config: Fix a typo in 2.7 (Name format for maps and ACLs) BUG/MEDIUM: check: Requeue healthchecks on I/O events to handle check timeout BUG/MINOR: mux-spop: Fix null-pointer deref on SPOP stream allocation failure BUG/MINIR: h1: Fix doc of 'accept-unsafe-...-request' about URI parsing BUG/MINOR: http-ana: Properly handle keep-query redirect option if no QS BUG/MEDIUM: cli: Don't consume data if outbuf is full or not available MINOR: cli: handle EOS/ERROR first BUG/MEDIUM: check: Set SOCKERR by default when a connection error is reported Frederic Lecaille (1): BUG/MINOR: quic: Missing SSL session object freeing Olivier Houchard (1): BUG/MEDIUM: fd: Use the provided tgid in fd_insert() to get tgroup_info Willy Tarreau (4): MINOR: http: add a function to validate characters of :authority BUG/MEDIUM: h2/h3: reject some forbidden chars in :authority before reassembly BUG/MEDIUM: h1/h2/h3: reject forbidden chars in the Host header field BUILD: tools: properly define ha_dump_backtrace() to avoid a build warning