Changes since version 2.2-dev5 : Baptiste Assmann (2): CLEANUP: remove obsolete comments BUG/MEDIUM: dns: improper parsing of aditional records Emmanuel Hocdet (4): BUG/MINOR: ssl: memory leak when find_chain is NULL CLEANUP: ssl: rename ssl_get_issuer_chain to ssl_get0_issuer_chain MINOR: ssl: rework add cert chain to CTX to be libssl independent MINOR: ssl: skip self issued CA in cert chain for ssl_ctx Frédéric Lécaille (1): BUG/MINOR: peers: Use after free of "peers" section. Ilya Shipitsin (1): CI: github actions: add weekly h2spec test Jerome Magnin (2): MINOR: listener: add so_name sample fetch MEDIUM: stream: support use-server rules with dynamic names Olivier Houchard (4): BUG/MEDIUM: mux_h1: Process a new request if we already received it. MINOR: build: Fix build in mux_h1 MINOR: servers: Add a counter for the number of currently used connections. MEDIUM: connections: Revamp the way idle connections are killed William Lallemand (2): BUG/MINOR: peers: init bind_proc to 1 if it wasn't initialized BUG/MINOR: peers: avoid an infinite loop with peers_fe is NULL