Changes since version 2.1-dev2 : Christopher Faulet (11): 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 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. Willy Tarreau (7): 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