]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Do not wakeup the xprt task on ACK receipt
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 11 Jun 2021 07:39:20 +0000 (09:39 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
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.

src/xprt_quic.c

index 98f4d7bab7f284e67ac61930c01c74d6b23d0c48..8836cacdfb315978b3a6e065ddd0cdf65bedeff0 100644 (file)
@@ -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: