Changes since version 2.3-dev9 : Amaury Denoyelle (3): MINOR: mux_h2: capitalize frame type in stats MINOR: mux_h2: add stat for total count of connections/streams MINOR: stats: do not display empty stat module title on html Christopher Faulet (7): BUG/MEDIUM: filters: Don't try to init filters for disabled proxies BUG/MINOR: proxy/server: Skip per-proxy/server post-check for disabled proxies BUG/MINOR: checks: Report a socket error before any connection attempt BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup MINOR: server: Copy configuration file and line for server templates BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP upgrade BUG/MINOR: filters: Skip disabled proxies during startup only Ilya Shipitsin (2): BUILD: ssl: use SSL_CTRL_GET_RAW_CIPHERLIST instead of OpenSSL versions BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions Willy Tarreau (3): CLEANUP: pattern: remove unused entry "tree" in pattern.val MINOR: debug: don't count free(NULL) in memstats BUG/MEDIUM: stick-table: limit the time spent purging old entries