Changes since version 2.8-dev5 : Aurelien DARRAGON (3): BUG/MINOR: tcp_sample: fix a bug in fc_dst_port and fc_dst_is_local sample fetches MINOR: stick-table: add sc-add-gpc() to http-after-response MINOR: doc: missing entries for sc-add-gpc() Christopher Faulet (7): BUG/MEDIUM: mux-pt: Set EOS on error on sending path if read0 was received BUG/MEDIUM: proxy: properly stop backends on soft-stop BUG/MEDIUM: resolvers: Properly stop server resolutions on soft-stop DEBUG: cli/show_fd: Display connection error code DEBUG: ssl-sock/show_fd: Display SSL error code BUG/MEDIUM: mux-h1: Don't block SE_FL_ERROR if EOS is not reported on H1C BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list Frédéric Lécaille (2): BUG/MINOR: quic: Missing STREAM frame length updates BUG/MINOR: quic: Missing STREAM frame data pointer updates Remi Tricot-Le Breton (5): MINOR: ssl: Change the ocsp update log-format MINOR: ssl: Use ocsp update task for "update ssl ocsp-response" command BUG/MINOR: ssl: Fix double free in ocsp update deinit MINOR: ssl: Accept certpath as param in "show ssl ocsp-response" CLI command MINOR: ssl: Add certificate path to 'show ssl ocsp-response' output Willy Tarreau (9): BUG/MINOR: mux-h2: make sure the h2c task exists before refreshing it MINOR: buffer: add br_count() to return the number of allocated bufs MINOR: buffer: add br_single() to check if a buffer ring has more than one buf BUG/MEDIUM: mux-h2: only restart sending when mux buffer is decongested BUG/MINOR: mux-h2: set CO_SFL_STREAMER when sending lots of data BUG/MAJOR: qpack: fix possible read out of bounds in static table OPTIM: mux-h1: limit first read size to avoid wrapping MINOR: mux-h2: set CO_SFL_MSG_MORE when sending multiple buffers MINOR: ssl-sock: pass the CO_SFL_MSG_MORE info down the stack