Changes since version 2.9-dev2 : Christopher Faulet (5): BUG/MEDIUM: h3: Properly report a C-L header was found to the HTX start-line BUG/MEDIUM: h3: Be sure to handle fin bit on the last DATA frame BUG/MEDIUM: bwlim: Reset analyse expiration date when then channel analyse ends MEDIUM: stream: Reset response analyse expiration date if there is no analyzer BUG/MINOR: htx/mux-h1: Properly handle bodyless responses when splicing is used Dragan Dosen (1): BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full Frédéric Lécaille (11): BUG/MINOR: quic: Possible crash when acknowledging Initial v2 packets MINOR: quic: Export QUIC traces code from quic_conn.c MINOR: quic: Export QUIC CLI code from quic_conn.c MINOR: quic: Move TLS related code to quic_tls.c MINOR: quic: Add new "QUIC over SSL" C module. MINOR: quic: Add a new quic_ack.c C module for QUIC acknowledgements CLEANUP: quic: Defined but no more used function (quic_get_tls_enc_levels()) MINOR: quic: Split QUIC connection code into three parts CLEANUP: quic: quic_conn struct cleanup MINOR: quic; Move the QUIC frame pool to its proper location BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels Patrick Hemmer (3): CLEANUP: acl: remove cache_idx from acl struct REORG: cfgparse: extract curproxy as a global variable MINOR: acl: add acl() sample fetch Remi Tricot-Le Breton (1): BUG/MINOR: ssl: OCSP callback only registered for first SSL_CTX William Lallemand (9): MINOR: sample: add pid sample MINOR: sample: implement act_conn sample fetch MINOR: sample: accept_date / request_date return %Ts / %tr timestamp values MEDIUM: sample: implement us and ms variant of utime and ltime BUG/MINOR: sample: check alloc_trash_chunk() in conv_time_common() DOC: configuration: describe Td in Timing events MINOR: sample: implement the T* timer tags from the log-format as fetches DOC: configuration: add sample fetches for timing events DOC: configuration: rework the custom log format table Willy Tarreau (1): BUILD: cfgparse: keep a single "curproxy"