Changes since version 2.8-dev6 : Aurelien DARRAGON (4): MINOR: proxy/pool: prevent unnecessary calls to pool_gc() CLEANUP: proxy: remove stop_time related dead code BUG/MEDIUM: proxy/sktable: prevent watchdog trigger on soft-stop BUG/MINOR: backend: make be_usable_srv() consistent when stopping Christopher Faulet (2): BUG/MINOR: stats: Don't replace sc_shutr() by SE_FL_EOS flag yet BUG/MEDIUM: mux-h2: Be able to detect connection error during handshake Frédéric Lécaille (11): BUG/MINOR: quic: Missing padding in very short probe packets BUG/MINOR: quic: Wrong use of now_ms timestamps (cubic algo) MINOR: quic: Add recovery related information to "show quic" BUG/MINOR: quic: Wrong use of now_ms timestamps (newreno algo) BUG/MINOR: quic: Missing max_idle_timeout initialization for the connection MINOR: quic: Implement cubic state trace callback MINOR: quic: Adjustments for generic control congestion traces MINOR: quic: Traces adjustments at proto level. MEDIUM: quic: Ack delay implementation BUG/MINOR: quic: Wrong rtt variance computing MINOR: quic: Add a fake congestion control algorithm named "nocc" Marcos de Oliveira (1): DOC/MINOR: reformat configuration.txt's "quoting and escaping" table Martin DOLEZ (4): MINOR: http_fetch: Add support for empty delim in url_param MINOR: http_fetch: add case insensitive support for smp_fetch_url_param MINOR: http_fetch: Add case-insensitive argument for url_param/urlp_val REGTESTS : Add test support for case insentitive for url_param Remi Tricot-Le Breton (3): BUG/MINOR: ssl: Remove dead code in cli_parse_update_ocsp_response BUG/MINOR: ssl: Fix potential leak in cli_parse_update_ocsp_response BUG/MINOR: ssl: ssl-(min|max)-ver parameter not duplicated for bundles in crt-list Willy Tarreau (1): MINOR: cli: support filtering on FD types in "show fd"