Changes since version 2.7-dev8 : Amaury Denoyelle (16): BUILD: ssl_sock: fix null dereference for QUIC build BUG/MINOR: quic: fix buffer overflow on retry token generation MINOR: quic: add version field on quic_rx_packet MINOR: quic: extend pn_offset field from quic_rx_packet MINOR: quic: define first packet flag MINOR: quic: extract connection retrieval MINOR: quic: split and rename qc_lstnr_pkt_rcv() MINOR: quic: refactor packet drop on reception MINOR: quic: extend Retry token check function BUG/MINOR: mux-quic: complete flow-control for uni streams MINOR: quic: do not crash on unhandled sendto error MINOR: quic: display unknown error sendto counter on stat page MINOR: quic: remove unnecessary quic_session_accept() BUG/MINOR: quic: fix subscribe operation MINOR: quic: add counter for interrupted reception BUG/MINOR: quic: fix race condition on datagram purging Aurelien DARRAGON (4): MINOR: list: fixing typo in MT_LIST_LOCK_ELT DOC/MINOR: list: fixing MT_LIST_LOCK_ELT macro documentation MINOR: list: adding MT_LIST_APPEND_LOCKED macro BUG/MINOR: log: fixing bug in tcp syslog_io_handler Octet-Counting Christopher Faulet (6): BUG/MINOR: log: Preserve message facility when the log target is a ring buffer BUG/MINOR: ring: Properly parse connect timeout BUG/MEDIUM: compression: handle rewrite errors when updating response headers BUG/MINOR: sink: Only use backend capability for the sink proxies BUG/MINOR: sink: Set default connect/server timeout for implicit ring buffers BUG/MAJOR: stick-table: don't process store-response rules for applets Emeric Brun (1): MINOR: peers: handle multiple resync requests using shards Frédéric Lécaille (3): BUILD: quic: QUIC mux build fix for 32-bit build BUILD: quic: Fix build for m68k cross-compilation MINOR: peers: Support for peer shards Ilya Shipitsin (1): BUILD: scripts: disable tests build on QuicTLS build Thierry Fournier (1): BUG/MEDIUM: httpclient: segfault when the httpclient parser fails William Lallemand (12): BUG/MEDIUM: httpclient/lua: crash when the lua task timeout before the httpclient BUG/MEDIUM: httpclient: check if the httpclient was released in the IO handler REGTESTS: httpclient/lua: test the lua task timeout with the httpclient CI: github: dump the backtrace of coredumps in the alpine container BUILD: Makefile: add "USE_SHM_OPEN" on the linux-musl target DOC: lua: add a note about compression w/ httpclient CLEANUP: mworker/cli: rename the status function to loadstatus MINOR: mworker/cli: does no try to dump the startup-logs w/o USE_SHM_OPEN MINOR: ssl: add the SSL error string when failing to load a certificate MINOR: ssl: add the SSL error string before the chain MEDIUM: ssl: be stricter about chain error MINOR: ssl: dump the SSL string error when SSL_CTX_use_PrivateKey() failed.