diff --git a/src/xprt_quic.c b/src/xprt_quic.c index e55507d63..0be3e64bd 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -5575,7 +5575,7 @@ static void qc_lstnr_pkt_rcv(unsigned char *buf, const unsigned char *end, if (b_tail(&qc->rx.buf) + b_cspace < b_wrap(&qc->rx.buf)) { TRACE_PROTO("Packet dropped", QUIC_EV_CONN_LPKT, qc, NULL, NULL, qv); - goto err; + goto drop; } /* Let us consume the remaining contiguous space. */