Changes since version 2.0.34 : Amaury Denoyelle (1): BUG/MINOR: session: ensure conn owner is set after insert into session Aurelien DARRAGON (2): BUG/MINOR: cfgparse: report proper location for log-format-sd errors BUG/MINOR: server: 'source' interface ignored from 'default-server' directive Christopher Faulet (5): BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout Emeric Brun (1): BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI Olivier Houchard (1): BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions Tim Duesterhus (1): CI: Update to actions/cache@v4 William Lallemand (1): DOC: configuration: typo req.ssl_hello_type Willy Tarreau (4): BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() BUG/MINOR: h1-htx: properly initialize the err_pos field BUG/MEDIUM: h1: always reject the NUL character in header values BUG/MINOR: backend: properly handle redispatch 0