commit | f7ef97698ab93584d86b4ef91ac4239fd34e3e73 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Dec 31 16:37:58 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jan 04 17:30:00 2022 +0100 |
tree | 1772558af1aa6aebde700accbbf2f5a88184eb75 | |
parent | a56054e438d6ec8cda222592b2ce16e5153d4a7d [diff] |
MINOR: quic: Comment fix. When we drop a packet with unknown length, this is the entire datagram which must be skipped.
diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 9ab675c..3ba009f 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c
@@ -4259,7 +4259,7 @@ return pkt->len; err: - /* If length not found, consume the entire packet */ + /* If length not found, consume the entire datagram */ if (!pkt->len) pkt->len = end - beg; TRACE_DEVEL("Leaving in error", QUIC_EV_CONN_LPKT,