Changes since version 2.9-dev0 : Artur Pydo (1): DOC: quic: fix misspelled tune.quic.socket-owner Aurelien DARRAGON (9): DOC: config: fix jwt_verify() example using var() DOC: config: fix rfc7239 converter examples (again) BUG/MINOR: cfgparse-tcp: leak when re-declaring interface from bind line BUG/MINOR: proxy: add missing interface bind free in free_proxy BUG/MINOR: proxy/server: free default-server on deinit BUG/MINOR: server: inherit from netns in srv_settings_cpy() BUG/MINOR: namespace: missing free in netns_sig_stop() BUG/MINOR: http_ext: fix if-none regression in forwardfor option REGTEST: add an extra testcase for ifnone-forwardfor Christopher Faulet (13): BUG/MINOR: spoe: Only skip sending new frame after a receive attempt BUG/MINOR: peers: Improve detection of config errors in peers sections REG-TESTS: stickiness: Delay haproxys start to properly resolv variables BUG/MEDIUM: hlua: Use front SC to detect EOI in HTTP applets' receive functions REGTESTS: h1_host_normalization : Add a barrier to not mix up log messages MEDIUM: mux-h1: Split h1_process_mux() to make code more readable REORG: mux-h1: Rename functions to emit chunk size/crlf in the output buffer MINOR: mux-h1: Add function to append the chunk size to the output buffer MINOR: mux-h1: Add function to prepend the chunk crlf to the output buffer MEDIUM: filters/htx: Don't rely on HTX extra field if payload is filtered MEDIIM: mux-h1: Add splicing support for chunked messages REGTESTS: Add a script to test the kernel splicing with chunked messages CLEANUP: mux-h1: Remove useless __maybe_unused statement Frédéric Lécaille (13): BUG/MINOR: quic: Possible crash when SSL session init fails CONTRIB: Add vi file extensions to .gitignore BUG/MINOR: quic: Wrong encryption level flags checking BUG/MINOR: quic: Address inversion in "show quic full" BUG/MINOR: quic: Missing initialization (packet number space probing) BUG/MINOR: quic: Possible crash in quic_conn_prx_cntrs_update() BUG/MINOR: quic: Possible endless loop in quic_lstnr_dghdlr() MINOR: quic: Remove pool_zalloc() from qc_new_conn() MINOR: quic: Remove pool_zalloc() from qc_conn_alloc_ssl_ctx() MINOR: quic: Remove pool_zalloc() from quic_dgram_parse() BUG/MINOR: quic: Missing transport parameters initializations BUG/MINOR: quic: ticks comparison without ticks API use BUG/MINOR: quic: Missing TLS secret context initialization Tim Duesterhus (4): BUG/MINOR: stats: Fix Lua's `get_stats` function DOC: Add tune.h2.be.* and tune.h2.fe.* options to table of contents DOC: Add tune.h2.max-frame-size option to table of contents DOC: Attempt to fix dconv parsing error for tune.h2.fe.initial-window-size William Lallemand (2): BUG/MINOR: ssl: log message non thread safe in SSL Hanshake failure BUG/MEDIUM: mworker: increase maxsock with each new worker Willy Tarreau (2): MINOR: stats: protect against future stats fields omissions BUG/MINOR: stream: do not use client-fin/server-fin with HTX