projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b19a9f
)
MINOR: quic: Missing acks encoded size updates.
author
Frédéric Lécaille
<flecaille@haproxy.com>
Tue, 10 Aug 2021 07:54:03 +0000
(09:54 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
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
patch
|
blob
|
history
diff --git
a/src/xprt_quic.c
b/src/xprt_quic.c
index
cfd8a68
..
e2d2ca6
100644
(file)
--- a/
src/xprt_quic.c
+++ b/
src/xprt_quic.c
@@
-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.