Changes since version 2.6-dev3 : Christopher Faulet (4): REGTESTS: fix the race conditions in be2hex.vtc BUG/MEDIUM: applet: Don't call .release callback function twice BUG/MEDIUM: cli/debug: Properly get the stream-int in all debug I/O handlers BUG/MEDIUM: sink: Properly get the stream-int in appctx callback functions Frédéric Lécaille (2): BUG/MEDIUM: quic: Blocked STREAM when retransmitted BUG/MAJOR: quic: Possible crash with full congestion control window William Lallemand (10): BUG/MEDIUM: httpclient: don't consume data before it was analyzed CLEANUP: htx: remove unused co_htx_remove_blk() BUG/MINOR: httpclient: consume partly the blocks when necessary BUG/MINOR: httpclient: remove the UNUSED block when parsing headers BUG/MEDIUM: httpclient: must manipulate head, not first BUG/MINOR: httpclient/lua: stuck when closing without data MINOR: server: export server_parse_sni_expr() function BUG/MINOR: httpclient: send the SNI using the host header BUILD: httpclient: fix build without SSL BUG/MINOR: server/ssl: free the SNI sample expression Willy Tarreau (2): DEV: udp: switch parser to getopt() instead of positional arguments DEV: udp: add support for random packet corruption