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 98f4d7b..8836cac 100644
--- a/src/xprt_quic.c
+++ b/src/xprt_quic.c
@@ -1881,7 +1881,6 @@
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: