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 (9): 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" BUG/MINOR: quic: fix type bug on "show quic" for 32-bits arch BUG/MINOR: mworker: fix uptime for master process 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 (3): BUG/MEDIUM: stconn: Schedule a shutw on shutr if data must be sent first BUG/MEDIUM: stconn: Don't needlessly wake the stream on send during fast-forward BUG/MEDIUM: stconn: stop to enable/disable reads from streams via si_update_rx Frédéric Lécaille (3): MINOR: quic: Update version_information transport parameter to draft-14 BUG/MINOR: stats: Prevent HTTP "other sessions" counter underflows BUG/MEDIUM: quic: Buffer overflow when looking through QUIC CLI keyword list 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 (8): 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 BUG/MINOR: clock/stats: also use start_time not start_date in HTML info DOC: proxy-protocol: fix wrong byte in provided example