mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +01:00
MINOR: quic: Missing acks encoded size updates.
There were cases where the encoded size of acks was not updated leading to ACK frames building too big compared to the expected size. At this time, this makes the code "BUG_ON()".
This commit is contained in:
parent
8b19a9f162
commit
82b8652ac6
@ -2450,9 +2450,9 @@ int quic_update_ack_ranges_list(struct quic_arngs *arngs,
|
||||
}
|
||||
}
|
||||
|
||||
out:
|
||||
quic_arngs_set_enc_sz(arngs);
|
||||
|
||||
out:
|
||||
return 1;
|
||||
}
|
||||
/* Remove the header protection of packets at <el> encryption level.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user