Changes since version 2.8-dev3 : Aleksey Ponomaryov (1): BUG/MEDIUM: stick-table: do not leave entries in end of window during purge Amaury Denoyelle (7): MINOR: quic: implement a basic "show quic" CLI handler MINOR: quic: display CIDs and state in "show quic" MINOR: quic: display socket info on "show quic" MINOR: quic: display infos about various encryption level on "show quic" MINOR: quic: display Tx stream info on "show quic" MINOR: quic: filter closing conn on "show quic" BUG/MINOR: quic: fix filtering of closing connections on "show quic" Aurelien DARRAGON (7): BUG/MINOR: stats: fix source buffer size for http dump BUG/MEDIUM: stats: fix resolvers dump BUG/MINOR: stats: fix ctx->field update in stats_dump_proxy_to_buffer() BUG/MINOR: stats: fix show stats field ctx for servers BUG/MINOR: stats: fix STAT_STARTED behavior with full htx MINOR: cfgparse/server: move (min/max)conn postparsing logic into dedicated function BUG/MINOR: server/add: ensure minconn/maxconn consistency when adding server Christopher Faulet (1): BUG/MEDIUM: stconn: Schedule a shutw on shutr if data must be sent first Frédéric Lécaille (2): MINOR: quic: Update version_information transport parameter to draft-14 BUG/MINOR: stats: Prevent HTTP "other sessions" counter underflows William Lallemand (3): BUG/MINOR: ssl/crt-list: warn when a line is malformated BUILD: ssl/ocsp: ssl_ocsp-t.h depends on ssl_sock-t.h MINOR: ssl/ocsp: add a function to check the OCSP update configuration Willy Tarreau (6): BUG/MEDIUM: thread: fix extraneous shift in the thread_set parser BUG/MEDIUM: listener/thread: bypass shards setting on failed thread resolution BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculation BUG/MEDIUM: cache: use the correct time reference when comparing dates MEDIUM: clock: force internal time to wrap early after boot BUG/MEDIUM: quic: fix crash when "option nolinger" is set in the frontend