Changes since version 2.6-dev7 : Amaury Denoyelle (1): BUG/MINOR: quic: fix use-after-free with trace on ACK consume Christopher Faulet (3): BUG/MINOR: rules: Forbid captures in defaults section if used by a backend BUG/MEDIUM: rules: Be able to use captures defined in defaults section BUG/MINOR: rules: Fix check_capture() function to use the right rule arguments Willy Tarreau (12): BUG/MINOR: http-act: make release_http_redir() more robust BUG/MINOR: sample: add missing use_backend/use-server contexts in smp_resolve_args MINOR: sample: don't needlessly call c_none() in sample_fetch_as_type() MINOR: sample: make the bool type cast to bin MEDIUM: backend: add new "balance hash " algorithm MINOR: init: add global setting "fd-hard-limit" to bound system limits BUILD: pollers: use an initcall to register the pollers BUILD: xprt: use an initcall to register the transport layers BUILD: thread: use initcall instead of a constructor BUILD: http: remove the two unused constructors in rules and ana CLEANUP: compression: move the default setting of maxzlibmem to defaults MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN