Changes since version 2.0.5 : Christopher Faulet (8): 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 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 (8): 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() n9@users.noreply.github.com (1): DOC: fixed typo in management.txt