Changes since version 2.0.5 : Christopher Faulet (11): BUG/MEDIUM: proto-http: Always start the parsing if there is no outgoing data BUG/MINOR: http-ana: Reset response flags when 1xx messages are handled BUG/MINOR: h1: Properly reset h1m when parsing is restarted BUG/MINOR: mux-h1: Fix size evaluation of HTX messages after headers parsing BUG/MINOR: mux-h1: Don't stop anymore input processing when the max is reached BUG/MINOR: mux-h1: Be sure to update the count before adding EOM after trailers BUG/MEDIUM: cache: Properly copy headers splitted on several shctx blocks BUG/MEDIUM: cache: Don't cache objects if the size of headers is too big MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers BUG/MINOR: listener: Fix a possible null pointer dereference BUG/MINOR: ssl: always check for ssl connection before getting its XPRT context Emeric Brun (1): BUG/MAJOR: ssl: ssl_sock was not fully initialized. Frédéric Lécaille (1): BUG/MEDIUM: peers: local peer socket not bound. Jerome Magnin (1): BUG/MEDIUM: url32 does not take the path part into account in the returned hash. Willy Tarreau (15): MINOR: debug: indicate the applet name when the task is task_run_applet() MINOR: tools: add append_prefixed_str() MINOR: lua: export applet and task handlers MEDIUM: debug: make the thread dump code show Lua backtraces BUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF on buffer boundary BUG/MEDIUM: mux-h1: do not report errors on transfers ending on buffer full BUG/MINOR: mworker: disable SIGPROF on re-exec BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener() BUG/MINOR: checks: stop polling for write when we have nothing left to send BUG/MINOR: checks: start sending the request right after connect() BUG/MINOR: checks: make __event_chk_srv_r() report success before closing BUG/MINOR: checks: do not uselessly poll for reads before the connection is up BUG/MINOR: lb/leastconn: ignore the server weights for empty servers BUG/MEDIUM: connection: don't keep more idle connections than ever needed MINOR: stats: report the number of idle connections for each server n9@users.noreply.github.com (1): DOC: fixed typo in management.txt