Changes since version 2.8-dev8 : Amaury Denoyelle (9): CLEANUP: quic: rename frame types with an explicit prefix CLEANUP: quic: rename frame variables BUG/MEDIUM: mux-quic: do not emit RESET_STREAM for unknown length BUG/MEDIUM: mux-quic: improve streams fairness to prevent early timeout BUG/MINOR: quic: prevent buggy memcpy for empty STREAM MINOR: mux-quic: do not set buffer for empty STREAM frame MINOR: mux-quic: do not allocate Tx buf for empty STREAM frame MINOR: quic: finalize affinity change as soon as possible BUG/MINOR: quic: fix race on quic_conns list during affinity rebind Frédéric Lécaille (16): MINOR: quic: Move traces at proto level BUG/MINOR: quic: Possible memory leak from TX packets BUG/MINOR: quic: Possible leak during probing retransmissions BUG/MINOR: quic: Useless probing retransmission in draining or killing state BUG/MINOR: quic: Useless I/O handler task wakeups (draining, killing state) CLEANUP: quic: Remove useless parameters passes to qc_purge_tx_buf() CLEANUP: quic: Rename variable to in quic_generate_retry_token() CLEANUP: quic: Rename variable into quic_padding_check() CLEANUP: quic: Rename variable into quic_rx_pkt_parse() CLEANUP: quic: Rename variable for several low level functions CLEANUP: quic: Make qc_build_pkt() be more readable CLEANUP: quic: Rename quic_get_dgram_dcid() variable CLEANUP: quic: Rename several variables at low level CLEANUP: quic: Rename variable into quic_packet_read_long_header() CLEANUP: quic: Rename variable into qc_parse_hd_form() CLEANUP: quic: Rename several variables into quic_sock.c Ilia Shipitsin (2): CI: switch to Fastly CDN to download LibreSSL BUILD: ssl: switch LibreSSL to Fastly CDN William Lallemand (1): MINOR: acme.sh: add the deploy script for acme.sh in admin directory Willy Tarreau (12): DEBUG: crash using an invalid opcode on x86/x86_64 instead of an invalid access DEBUG: crash using an invalid opcode on aarch64 instead of an invalid access DEV: h2: add a script "mkhdr" to build h2 frames from scratch DEV: h2: support reading frame payload from a file BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date' BUG/MINOR: spoe: use "date" not "now" in debug messages BUG/MINOR: activity: show wall-clock date, not internal date in show activity BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'" BUG/MINOR: calltrace: fix 'now' being used in place of 'date' BUG/MINOR: trace: show wall-clock date, not internal date in show activity BUG/MINOR: hlua: return wall-clock date, not internal date in core.now()