MINOR: quic: Missing acks encoded size updates.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 10 Aug 2021 07:54:03 +0000 (09:54 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit82b8652ac66722c86b0bebd383de25347dd61a71
treedd4bcede9e73f33ba72b3df1828e844a8bb00d26
parent8b19a9f162a66205b802ced4feae6ee46021e87c
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()".
src/xprt_quic.c