Changes since version 2.8.11 : Amaury Denoyelle (4): BUG/MEDIUM: mux-quic: ensure timeout server is active for short requests BUG/MINOR: mux-quic: do not close STREAM with empty FIN if no data sent BUG/MINOR: server: fix dynamic server leak with check on failed init BUG/MEDIUM: server: fix race on servers_list during server deletion Aurelien DARRAGON (5): BUG/MEDIUM: server: server stuck in maintenance after FQDN change BUG/MEDIUM: hlua: make hlua_ctx_renew() safe BUG/MEDIUM: hlua: properly handle sample func errors in hlua_run_sample_{fetch,conv}() DOC: config: fix rfc7239 forwarded typo in desc BUG/MEDIUM: connection/http-reuse: fix address collision on unhandled address families Christopher Faulet (7): MEDIUM: h1: Accept invalid T-E values with accept-invalid-http-response option DOC: config: Explicitly list relaxing rules for accept-invalid-http-* options BUG/MEDIUM: mux-pt: Never fully close the connection on shutdown BUG/MINOR: http-ana: Don't report a server abort if response payload is invalid REGTESTS: Never reuse server connection in http-messaging/truncated.vtc BUG/MINOR: http-ana: Fix wrong client abort reports during responses forwarding BUG/MEDIUM: stconn: Report blocked send if sends are blocked by an error Oliver Dala (1): BUG/MEDIUM: cli: Deadlock when setting frontend maxconn Remi Tricot-Le Breton (2): BUG/MAJOR: ocsp: Separate refcount per instance and per store BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing Valentine Krasnobaeva (2): BUG/MINOR: cfgparse-global: fix allowed args number for setenv BUG/MINOR: mworker: fix mworker-max-reloads parser William Lallemand (2): BUG/MINOR: httpclient: return NULL when no proxy available during httpclient_new() MINOR: cli: remove non-printable characters from 'debug dev fd' Willy Tarreau (3): BUG/MINOR: server: make sure the HMAINT state is part of MAINT MINOR: activity/memprofile: always return "other" bin on NULL return address MINOR: pools: export the pools variable