Changes since version 2.7-dev4 : Brad Smith (1): BUILD: tcp_sample: fix build of get_tcp_info() on OpenBSD Christopher Faulet (9): BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect REGTESTS: Fix prometheus script to perform HTTP health-checks BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode BUG/MEDIUM: peers: Add connect and server timeut to peers proxy BUG/MEDIUM: peers: Don't use resync timer when local resync is in progress BUG/MEDIUM: peers: Don't start resync on reload if local peer is not up-to-date BUG/MINOR: hlua: Rely on CF_EOI to detect end of message in HTTP applets BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp-check (with no rule) BUG/MEDIUM: ssl: Fix a UAF when old ckch instances are released Emeric Brun (1): BUG/MAJOR: mworker: fix infinite loop on master with no proxies. Frédéric Lécaille (18): 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" BUG/MINOR: quic: Null packet dereferencing from qc_dup_pkt_frms() trace BUG/MINOR: quic: Frames added to packets even if not built. BUG/MINOR: quic: Missing header protection AES cipher context initialisations (draft-v2) MINOR: quic: Add a trace to distinguish the datagram from the packets inside MINOR: quic: Move traces about RX/TX bytes from QUIC_EV_CONN_PRSAFRM event BUG/MINOR: quic: TX frames memleak William Lallemand (12): 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 DOC: configuration: do-resolve doesn't work with a port in the string MINOR: sample: add the host_only and port_only converters BUG/MINOR: httpclient: fix resolution with port DOC: configuration.txt: do-resolve must use host_only to remove its port. BUG/MINOR: ssl: fix deinit of the ca-file tree BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free() BUG/MINOR: ssl: revert two wrong fixes with ckhi_link BUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free() v2 Willy Tarreau (10): 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 BUG/MEDIUM: mux-h1: do not refrain from signaling errors after end of input BUG/MINOR: epoll: do not actively poll for Rx after an error MINOR: raw-sock: don't try to send if an error was already reported BUG/MINOR: dev/udp: properly preset the rx address size BUILD: debug: make sure debug macros are never empty