Changes since version 3.2-dev16 : Amaury Denoyelle (1): BUG/MINOR: quic: fix crash on quic_conn alloc failure Aurelien DARRAGON (1): BUG/MINOR: sink: detect and warn when using "send-proxy" options with ring servers Basha Mougamadou (1): DOC: configuration: explicit multi-choice on bind shards option Christopher Faulet (2): MEDIUM: hlua: Add function to change the body length of an HTTP Message BUG/MEDIUM: stconn: Disable 0-copy forwarding for filters altering the payload Frederic Lecaille (7): CLEANUP: quic: Useless BIO_METHOD initialization MINOR: quic: Add useful error traces about qc_ssl_sess_init() failures MINOR: quic: Allow the use of the new OpenSSL 3.5.0 QUIC TLS API (to be completed) MINOR: quic: implement all remaining callbacks for OpenSSL 3.5 QUIC API MINOR: quic: OpenSSL 3.5 internal QUIC custom extension for transport parameters reset MINOR: quic: OpenSSL 3.5 trick to support 0-RTT DOC: update INSTALL for QUIC with OpenSSL 3.5 usages William Lallemand (3): DOC: management: change reference to configuration manual MINOR: acme: renewal notification over the dpapi sink DOC: management: update 'acme status' Willy Tarreau (15): BUG/MEDIUM: peers: also limit the number of incoming updates BUG/MINOR: h3: don't insert more than one Host header BUG/MEDIUM: h1/h2/h3: reject forbidden chars in the Host header field DOC: config: properly index "table and "stick-table" in their section BUILD: debug: mark ha_crash_now() as attribute(noreturn) IMPORT: slz: avoid multiple shifts on 64-bits IMPORT: slz: support crc32c for lookup hash on sse4 but only if requested IMPORT: slz: use a better hash for machines with a fast multiply IMPORT: slz: fix header used for empty zlib message IMPORT: slz: silence a build warning on non-x86 non-arm BUG/MAJOR: leastconn: do not loop forever when facing saturated servers BUG/MAJOR: queue: properly keep count of the queue length BUG/MAJOR: leastconn: never reuse the node after dropping the lock BUG/MEDIUM: wdt: always ignore the first watchdog wakeup CLEANUP: wdt: clarify the comments on the common exit path