Changes since version 2.7-dev4 : Brad Smith (1): BUILD: tcp_sample: fix build of get_tcp_info() on OpenBSD Christopher Faulet (2): BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect REGTESTS: Fix prometheus script to perform HTTP health-checks Emeric Brun (1): BUG/MAJOR: mworker: fix infinite loop on master with no proxies. Frédéric Lécaille (12): BUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer for unacknowledged data BUG/MINOR: quix: Memleak for non in flight TX packets BUG/MINOR: quic: Wrong list_for_each_entry() use when building packets from qc_do_build_pkt() BUG/MINOR: quic: Safer QUIC frame builders MINOR: quic: Replace MT_LISTs by LISTs for RX packets. Revert "BUG/MINOR: quix: Memleak for non in flight TX packets" BUG/MINOR: quic: Leak in qc_release_lost_pkts() for non in flight TX packets BUG/MINOR: quic: Stalled connections (missing I/O handler wakeup) CLEANUP: quic: No more use ->rx_list MT_LIST entry point (quic_rx_packet) CLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv() MINOR: quic: Remove useless traces about references to TX packets Revert "MINOR: quic: Remove useless traces about references to TX packets" William Lallemand (4): REGTESTS: launch http_reuse_always in mworker mode BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() BUG/MINOR: mworker: does not create the "default" resolvers in wait mode MINOR: resolvers: shut the warning when "default" resolvers is implicit Willy Tarreau (5): BUG/MEDIUM: cpu-map: fix thread 1's affinity affecting all threads MINOR: cpu-map: remove obsolete diag warning about combined ranges BUG/MEDIUM: applet: fix incorrect check for abnormal return condition from handler BUG/MINOR: applet: make the call_rate only count the no-progress calls MEDIUM: peers: limit the number of updates sent at once