Changes since version 2.8-dev5 : Amaury Denoyelle (2): BUG/MINOR: quic: wake up MUX on probing only for 01RTT BUG/MINOR: quic: ignore congestion window on probing for MUX wakeup 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 (4): BUG/MINOR: quic: Missing STREAM frame length updates BUG/MINOR: quic: Missing STREAM frame data pointer updates MINOR: quic: Stop stressing the acknowledgments process (RX ACK frames) BUG/MINOR: quic: Dysfunctional 01RTT packet number space probing 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 (18): 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 BUG/MEDIUM: stream: do not try to free a failed stream-conn BUG/MEDIUM: mux-h2: do not try to free an unallocated h2s->sd BUG/MEDIUM: mux-h2: erase h2c->wait_event.tasklet on error path BUG/MEDIUM: stconn: don't set the type before allocation succeeds BUG/MINOR: stconn: fix sedesc memory leak on stream allocation failure MINOR: dynbuf: set POOL_F_NO_FAIL on buffer allocation MINOR: pools: preset the allocation failure rate to 1% with -dMfail BUG/MEDIUM: mux-h1: properly destroy a partially allocated h1s BUG/MEDIUM: applet: only set appctx->sedesc on successful allocation