Changes since version 3.5-dev6 : Christopher Faulet (11): BUG/MEDIUM: hlua: Never release a cosocket applet from the GC BUG/MINOR: mux-h1: Return an error on trailers if last chunk is unfinished BUG/MINOR: hlua: Always return nil if there is no data to dup for HTTP messages BUG/MEDIUM: htx: Don't reset flags when source must be preserved during transfer BUG/MINOR: flt-http-comp: Rely on htx_set_eom() to restore EOM flag MINOR: httpclient: Don't manually set HTX_FL_EOM flag after calling htx_xfer() MINOR: htx: Remove htx_xfer_blks function CLEANUP: htx: Remove ref to EOM block on HTX_FL_EOM flag comment DOC: htx: Fix comment of htx_expect_more() function REORG: htx: Move functions to deal with first block after ones about next block MINOR: mux-h1: loop on HTX blocks using _blk() functions to look for WS key Frederic Lecaille (2): BUG/MINOR: quic: leak of the NEW_TOKEN frame on token generation failure MINOR: quic: implement the AEAD integrity limit Willy Tarreau (3): DOC: config: clarify tune tune.bufsize doc regarding various limits BUG/MINOR: stream/debug: harden the stream dump function regarding signals MINOR: stconn: prefer to replace endpoints rather than detaching them