Changes since version 2.6.18 : Amaury Denoyelle (7): BUG/MINOR: quic: fix computed length of emitted STREAM frames SCRIPTS: git-show-backports: do not truncate git-show output BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid BUG/MINOR: stick-table: fix crash for src_inc_gpc() without stkcounter Aurelien DARRAGON (4): BUG/MEDIUM: cli: fix cli_output_msg() regression DOC: management: rename show stats domain cli "dns" to "resolvers" BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() REGTESTS: add a test to ensure map-ordering is preserved Christopher Faulet (7): BUG/MEDIUM: jwt: Clear SSL error queue on error when checking the signature BUG/MINOR: h1: Fail to parse empty transfer coding names BUG/MINOR: h1: Reject empty coding name as last transfer-encoding value BUG/MEDIUM: h1: Reject empty Transfer-encoding header BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread BUG/MINOR: server: Don't warn fallback IP is used during init-addr resolution BUG/MINOR: cli: Atomically inc the global request counter between CLI commands Frederic Lecaille (2): MINOR: quic: Add a counter for reordered packets BUG/MINOR: quic: Lack of precision when computing K (cubic only cc) Frédéric Lécaille (1): MINOR: quic: Add packet loss and maximum cc window to "show quic" Valentine Krasnobaeva (4): DOC/MINOR: management: add missed -dR and -dv options MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD (take #2) BUG/MEDIUM: init: fix fd_hard_limit default in compute_ideal_maxconn DOC: configuration: update maxconn description William Lallemand (6): DOC: configuration: fix alphabetical order of bind options DOC: configuration: more details about the master-worker mode MEDIUM: ssl: initialize the SSL stack explicitely BUG/MINOR: jwt: don't try to load files with HMAC algorithm BUG/MINOR: jwt: fix variable initialisation DOC: configuration: issuers-chain-path not compatible with OCSP Willy Tarreau (4): MINOR: mux-h2/traces: explicitly show the error/refused stream states MINOR: queue: add a function to check for TOCTOU after queueing BUG/MEDIUM: queue: deal with a rare TOCTOU in assign_server_and_queue() DOC: config: improve the http-keep-alive section