Changes since version 1.9-dev11 : Christopher Faulet (2): BUG/MEDIUM: compression: Use the right buffer pointers to compress input data BUG/MINOR: mux_pt: Set CS_FL_WANT_ROOM when count is zero in rcv_buf() callback Olivier Houchard (1): BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. Willy Tarreau (15): CONTRIB: debug: teach the "flags" utility about new conn_stream flags BUG/MEDIUM: stream-int: always clear CS_FL_WANT_ROOM before receiving BUG/MEDIUM: mux-h2: also restart demuxing when data are pending in demux BUG/MEDIUM: mux-h2: restart demuxing as soon as demux data are available BUG/MEDIUM: h2: fix aggregated cookie length computation in HTX mode MINOR: mux-h2: report more h2c, last h2s and cs information on "show fd" CONTRIB: debug: report stream-int's flag SI_FL_CLEAN_ABRT MINOR: cli/stream: add the conn_stream in "show sess" output BUG/MINOR: mux-h2: don't report a fantom h2s in "show fd" BUG/MINOR: cli/fd: don't isolate the thread for each individual fd MINOR: objtype: report a few missing types in names and base pointers BUG/MEDIUM: mux-h2: make sure to report synchronous errors after EOS BUG/MEDIUM: mux-h2: report asynchronous errors in h2_wake_some_streams() BUG/MEDIUM: mux-h2: make sure the demux also wakes streams up on errors BUG/MINOR: mux-h1: report the correct frontend in error captures