Changes since version 2.7.8 : Aleksandar Lazic (1): DOC: configuration: add info about ssl-engine for 2.6 Amaury Denoyelle (20): MINOR: quic: use real sending rate measurement BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten MINOR: mux-quic: add trace event for local error MINOR: mux-quic: wake up after recv only if avail data MINOR: mux-quic: adjust local error API MINOR: mux-quic: report local error on stream endpoint asap MINOR: mux-quic: close connection asap on local error MINOR: quic: add format argument for "show quic" MINOR: quic: implement oneline format for "show quic" BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE BUG/MEDIUM: mux-quic: wakeup tasklet to close on error BUG/MINOR: mux-quic: do not prevent shutw on error BUG/MINOR: mux-quic: do not free frame already released by quic-conn BUG/MINOR: mux-quic: no need to subscribe for detach streams MINOR: mux-quic: add traces for stream wake MINOR: mux-quic: do not send STREAM frames if already subscribe MINOR: mux-quic: factorize send subscribing MINOR: mux-quic: simplify return path of qc_send() MEDIUM: quic: streamline error notification MEDIUM: mux-quic: adjust transport layer error handling Aurelien DARRAGON (3): BUG/MINOR: proxy: missing free in free_proxy for redirect rules MINOR: proxy: add http_free_redirect_rule() function BUG/MINOR: http_rules: fix errors paths in http_parse_redirect_rule() Christopher Faulet (7): BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats BUILD: mjson: Fix warning about unused variables MINOR: spoe: Don't stop disabled proxies BUG/MEDIUM: filters: Don't deinit filters for disabled proxies during startup MINOR: http-rules: Add missing actions in http-after-response ruleset BUG/MEDIUM: mux-fcgi: Don't request more room if mux is waiting for more data Frédéric Lécaille (6): CLEANUP: quic: No more used q_buf structure CLEANUP: quic: Rename several variables in quic_frame.(c|h) CLEANUP: quic: Typo fix for quic_connection_id pool BUG/MINOR: quic: Wrong key update cipher context initialization for encryption BUG/MINOR: quic: Possible crash when dumping version information BUG/MINOR: quic: Buggy acknowlegments of acknowlegments function Ilia Shipitsin (2): CI: switch to Fastly CDN to download LibreSSL BUILD: ssl: switch LibreSSL to Fastly CDN William Lallemand (2): BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 Willy Tarreau (7): DEV: haring: automatically disable DEBUG_STRICT DEV: haring: update readme to suggest using the same build options for haring BUG/MINOR: debug: fix incorrect profiling status reporting in show threads BUG/MINOR: debug: do not emit empty lines in thread dumps BUILD: debug: do not check the isolated_thread variable in non-threaded builds BUILD: quic: fix build warning when threads are disabled BUILD: thread: implement thread_harmless_end_sig() for threadless builds