Changes since version 2.1-dev2 : Christopher Faulet (17): BUG/MINOR: mux-h2/trace: Fix traces on h2c initialization MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 MINOR: htx: Adapt htx_dump() to be used from traces MINOR: mux-h1/trace: register a new trace source with its events MINOR: proxy: Store http-send-name-header in lower case MINOR: http: Remove headers matching the name of http-send-name-header option BUG/MINOR: mux-h1: Adjust header case when the server name is add to a request BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message MINOR: mux-h1: Try to wakeup the stream on output buffer allocation MINOR: fcgi: Add function to get the string representation of a record type MINOR: mux-fcgi/trace: Register a new trace source with its events BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces MINOR: htx: Add 2 flags on the start-line to have more info about the uri MINOR: http: Add a function to get the authority into a URI MINOR: h1-htx: Set the flag HTX_SL_F_HAS_AUTHORITY during the request parsing MEDIUM: http-htx: Keep the Host header and the request start-line synchronized MINOR: h1-htx: Only use the path of a normalized URI to format a request line Frédéric Lécaille (1): BUG/MINOR: peers: crash on reload without local peer. Olivier Houchard (1): BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue. Rick Rackow (1): DOC: fix typo in Prometheus exporter doc Willy Tarreau (12): MINOR: mux-h2/trace: missing conn pointer in demux full message MINOR: mux-h2: add a per-connection list of blocked streams BUILD: ebtree: make eb_is_empty() and eb_is_dup() take a const BUG/MEDIUM: mux-h2: do not enforce timeout on long connections BUG/MEDIUM: cache: make sure not to cache requests with absolute-uri DOC: clarify some points around http-send-name-header's behavior MEDIUM: mux-h2: support emitting CONTINUATION frames after HEADERS MINOR: h2: clarify the rules for how to convert an H2 request to HTX MEDIUM: h2: make the request parser rebuild a complete URI MINOR: h2: report in the HTX flags when the request has an authority MEDIUM: mux-h2: do not map Host to :authority on output MEDIUM: h2: use the normalized URI encoding for absolute form requests