Changes since version 2.2.32 : 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 (6): BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable 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 Dragan Dosen (1): BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm() 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 (6): 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 DOC: internal: update missing data types in peers-v2.0.txt BUG/MINOR: backend: properly handle redispatch 0 CLEANUP: pools: remove unused arguments to pool_evict_from_cache()