Changes since version 3.3-dev14 : Amaury Denoyelle (13): BUG/MEDIUM: server: do not use default SNI if manually set BUG/MEDIUM: quic: do not prevent sending if no BE token BUG/MINOR: quic/server: free quic_retry_token on srv drop MINOR: quic: split global CID tree between FE and BE sides MINOR: quic: use separate global quic_conns FE/BE lists MINOR: quic: add "clo" filter on show quic MINOR: quic: dump backend connections on show quic MINOR: quic: mark backend conns on show quic BUG/MINOR: quic: fix uninit list on show quic handler BUG/MINOR: quic: release BE quic_conn on connect failure BUG/MINOR: server: fix srv_drop() crash on partially init srv BUG/MINOR: h3: do no crash on forwarding multiple chained response BUG/MINOR: h3: handle properly buf alloc failure on response forwarding Christopher Faulet (1): BUG/MEDIUM: server/ssl: Unset the SNI for new server connections if none is set Jacques Heunis (1): BUG/MINOR: freq_ctr: Prevent possible signed overflow in freq_ctr_overshoot_period Maxime Henrion (1): BUG/MINOR: acme: fix ha_alert() call Olivier Houchard (2): DOC: ssl: Document the restrictions on 0RTT. DOC: ssl: Note that 0rtt works fork QUIC with QuicTLS too. William Lallemand (3): BUG/MINOR: acme: better challenge_ready processing BUG/MINOR: acme: warning ‘ctx’ may be used uninitialized MINOR: httpclient: complete the https log