Changes since version 2.6.6 : Amaury Denoyelle (11): CLEANUP: mux-quic: remove usage of non-standard ull type CLEANUP: quic: remove global var definition in quic_tls header BUG/MINOR: quic: adjust quic_tls prototypes CLEANUP: quic: fix headers CLEANUP: quic: remove unused function prototype CLEANUP: quic: remove duplicated varint code from xprt_quic.h CLEANUP: quic: create a dedicated quic_conn module BUG/MINOR: mux-quic: ignore STOP_SENDING for locally closed stream MINOR: quic: limit usage of ssl_sock_ctx in favor of quic_conn MINOR: mux-quic: check quic-conn return code on Tx CLEANUP: quic: fix indentation Aurelien DARRAGON (4): BUG/MINOR: hlua: fixing hlua_http_msg_del_data behavior BUG/MINOR: hlua: fixing hlua_http_msg_insert_data behavior BUG/MINOR: hlua: _hlua_http_msg_delete incorrect behavior when offset is used BUG/MINOR: hlua: hlua_channel_insert_data() behavior conflicts with documentation Christopher Faulet (8): REGTESTS: 4be_1srv_smtpchk_httpchk_layer47errors: Return valid SMTP replies BUG/MINOR: stream: Perform errors handling in right order in stream_new() BUG/MEDIUM: stconn: Reset SE descriptor when we fail to create a stream BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree DOC: config: Fix pgsql-check documentation to make user param mandatory BUG/MINOR: http-fetch: Update method after a prefetch in smp_fetch_meth() BUG/MINOR: mux-h1: Account consumed output data on synchronous connection error MINOR: smtpchk: Update expect rule to fully match replies to EHLO commands Fatih Acar (1): BUG/MINOR: checks: update pgsql regex on auth packet Olivier Houchard (2): BUG/MEDIUM: lua: Don't crash in hlua_lua2arg_check on failure BUG/MEDIUM: lua: handle stick table implicit arguments right. Thierry Fournier (1): BUG/MINOR: hlua: Remove \n in Lua error message built with memprintf William Lallemand (1): DOC: management: httpclient can resolve server names in URLs Willy Tarreau (6): BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns BUG/MINOR: backend: only enforce turn-around state when not redispatching BUILD: h1: silence an initiialized warning with gcc-4.7 and -Os MINOR: fd: add a new function to only raise RLIMIT_NOFILE MINOR: init: do not try to shrink existing RLIMIT_NOFIlE BUILD: http_fetch: silence an uninitiialized warning with gcc-4/5/6 at -Os wrightlaw (1): BUG/MINOR: smtpchk: SMTP Service check should gracefully close SMTP transaction