commit | 2216b0866e785f1fc2dcc3cecb66e9eeda045184 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Feb 02 14:59:36 2023 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 03 09:46:55 2023 +0100 |
tree | 4c4bee98e7dbfbe6f61d3735620333df2115b29a | |
parent | 565e3cc43afd9e53157fbbccf821df55ee1d0cce [diff] |
MINOR: quic: remove fin from quic_stream frame type A dedicated <fin> field was used in quic_stream structure. However, this info is already encoded in the frame type field as specified by QUIC protocol. In fact, only code for packet reception used the <fin> field. On the sending side, we only checked for the FIN bit. To align both sides, remove the <fin> field and only used the FIN bit. This should be backported up to 2.7.