mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-11 10:30:49 -04:00
MINOR: quic: Comment fix.
When we drop a packet with unknown length, this is the entire datagram which must be skipped.
This commit is contained in:
parent
a56054e438
commit
f7ef97698a
1 changed files with 1 additions and 1 deletions
|
|
@ -4259,7 +4259,7 @@ static ssize_t qc_lstnr_pkt_rcv(unsigned char *buf, const unsigned char *end,
|
|||
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue