commit | e1f3ff0d08584b95de2417ed86d6b5ad00b05008 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Dec 06 14:26:52 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 07 15:37:53 2021 +0100 |
tree | 29f118ad9eb5fe780b2fd4aebf836ceb0d205363 | |
parent | 942fc79b5fbdd4e0da7b98250d96d2ce8aaa928d [diff] |
MINOR: h3: add BUG_ON on control receive function Add BUG_ON statement when handling a non implemented frames on the control stream. This is required because frames must be removed from the RX buffer or else it will stall the buffer.