commit | 65df3add336d6af5e2d93fcc69b62cde214b454b | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 15:06:10 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | a11ef61363e42e7507f914b8aefb891b846c8c0c | |
parent | 160507d0ba8d75392f631dc0ef0eecdf40c26719 [diff] |
MINOR: h3: refactor h3_control_send() The only change is that the H3_CF_SETTINGS_SENT flag if-condition is replaced by a BUG_ON statement. This may help to catch multiple calls on h3_control_send() instead of silently ignore them.