commit | 3bf06093dc06580d4cbb7b56d06d37f48e61b0e5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 28 11:36:57 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Mar 01 10:52:31 2022 +0100 |
tree | 8223f09fb87a72dad20a4150d117d6ec9d3774df | |
parent | f77e3435a90d05c3723d94829ed131dfc0726721 [diff] |
MINOR: mux-quic: define flag for last received frame This flag is set when the STREAM frame with FIN set has been received on a qcs instance. For now, this is only used as a BUG_ON guard to prevent against multiple frames with FIN set. It will also be useful when reorganize the RX path and move some of its code in the mux.