Changes since version 2.6-dev2 : Amaury Denoyelle (7): CLEANUP: adjust indentation in bidir STREAM handling function MINOR: quic: simplify copy of STREAM frames to RX buffer MINOR: quic: handle partially received buffered stream frame MINOR: mux-quic: define flag for last received frame BUG/MINOR: quic: support FIN on Rx-buffered STREAM frames MEDIUM: quic: rearchitecture Rx path for bidirectional STREAM frames BUG/MINOR: quic: fix segfault on CC if mux uninitialized Christopher Faulet (10): MINOR: conn-stream: Improve API to have safe/unsafe accessors MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant CLEANUP: stream-int: Make si_cs_send() function static REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks() REGTESTS: fix the race conditions in normalize_uri.vtc DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks REGTESTS: fix the race conditions in secure_memcmp.vtc CLEANUP: stream: Remove useless tests on conn-stream in stream_dump() Frédéric Lécaille (6): MINOR: quic: Ensure PTO timer is not set in the past MINOR: quic: Post handshake I/O callback switching MINOR: quic: Drop the packets of discarded packet number spaces CLEANUP: quic: Useless tests in qc_try_rm_hp() CLEANUP: quic: Indentation fix in qc_prep_pkts() MINOR: quic: Assemble QUIC TLS flags at the same level Julien Thomas (1): BUILD: ssl: another build warning on LIBRESSL_VERSION_NUMBER Tim Duesterhus (3): CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() MINOR: queue: Replace if() + abort() with BUG_ON() William Lallemand (1): BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST Willy Tarreau (23): DEBUG: rename WARN_ON_ONCE() to CHECK_IF() DEBUG: improve BUG_ON output message accuracy DEBUG: implement 4 levels of choices between warn and crash. DEBUG: add two new macros to enable debugging in hot paths DEBUG: buf: replace some sensitive BUG_ON() with BUG_ON_HOT() DEBUG: buf: add BUG_ON_HOT() to most buffer management functions MINOR: channel: don't use co_set_data() to decrement output DEBUG: channel: add consistency checks using BUG_ON_HOT() in some key functions BUILD: debug: fix build warning on older compilers around DEBUG_STRICT_ACTION DOC: install: it's DEBUG_CFLAGS, not DEBUG, which is set to -g DOC: install: describe the DEP variable DOC: install: describe how to choose options used in the DEBUG variable BUILD: conn_stream: avoid null-deref warnings on gcc 6 BUILD: connection: do not declare register_mux_proto() inline BUILD: http_rules: do not declare http_*_keywords_registre() inline BUILD: trace: do not declare trace_registre_source() inline BUILD: tcpcheck: do not declare tcp_check_keywords_register() inline DEBUG: reduce the footprint of BUG_ON() calls BUG/MINOR: pool: always align pool_heads to 64 bytes DEV: udp: add a tiny UDP proxy for testing DEV: udp: implement pseudo-random reordering/loss DEV: udp: add an optional argument to set the prng seed BUG/MEDIUM: pools: fix ha_free() on area in the process of being freed