Changes since version 2.4-dev10 : Amaury Denoyelle (4): CLEANUP: backend: fix a wrong comment BUG/MINOR: backend: free allocated bind_addr if reuse conn MINOR: backend: handle reuse for conns with no server as target REGTESTS: test http-reuse if no server target Christopher Faulet (5): BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule BUG/MINOR: connection: Use the client's dst family for adressless servers BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 DOC: spoe: Add a note about fragmentation support in HAProxy BUG/MINOR: hlua: Don't strip last non-LWS char in hlua_pushstrippedstring() Frédéric Lécaille (4): BUILD: proxy: Missing header inclusion for quic_transport_params_init() BUILD: quic: Implicit conversion between SSL related enums. MINOR: contrib: add support for heartbeat control messages. MINOR: contrib: Enhance peers dissector heuristic. Ilya Shipitsin (2): CI: codespell: skip Makefile for spell check CLEANUP: assorted typo fixes in the code and comments Tim Duesterhus (7): CLEANUP: Use ist2(const void*, size_t) whenever possible CLEANUP: Use IST_NULL whenever possible BUG/MINOR: mux-h2: Fix typo in scheme adjustment CLEANUP: Reapply the ist2() replacement patch CLEANUP: Use istadv(const struct ist, const size_t) whenever possible CLEANUP: Use isttest(const struct ist) whenever possible Revert "CI: Pin VTest to a known good commit"