From: Frédéric Lécaille Date: Fri, 11 Jun 2021 07:39:20 +0000 (+0200) Subject: MINOR: quic: Do not wakeup the xprt task on ACK receipt X-Git-Tag: v2.5-dev8~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd59789f2fb45bc4b59fd67a00b51241140d712;p=thirdparty%2Fhaproxy.git MINOR: quic: Do not wakeup the xprt task on ACK receipt This is an old statement which was there before implemeting the PTO and packet loss detection. There is no reason to keep for now on. --- diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 98f4d7bab7..8836cacdfb 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -1881,7 +1881,6 @@ static int qc_parse_pkt_frms(struct quic_rx_packet *pkt, struct ssl_sock_ctx *ct MS_TO_TICKS(QUIC_MIN(quic_ack_delay_ms(&frm.ack, conn), conn->max_ack_delay)); quic_loss_srtt_update(&conn->path->loss, rtt_sample, ack_delay, conn); } - tasklet_wakeup(ctx->wait_event.tasklet); break; } case QUIC_FT_CRYPTO: