Changes since version 2.9-dev2 : Christopher Faulet (1): BUG/MEDIUM: h3: Properly report a C-L header was found to the HTX start-line Dragan Dosen (1): BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full Frédéric Lécaille (10): 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 Remi Tricot-Le Breton (1): BUG/MINOR: ssl: OCSP callback only registered for first SSL_CTX William Lallemand (8): 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