commit | 302ecd490bcd8039ba6051d9ef421314e0f5ceee | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 15:24:32 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | 73b19c123c906f62b1c0ce8041a595b0387efb18 | |
parent | 3555064e87ed52ec076a106d3b26c317853f3425 [diff] |
MINOR: h3: check if frame is valid for stream type Define a new function h3_is_frame_valid(). It returns if a frame is valid or not depending on the stream which received it. For the moment, it is used in h3_decode_qcs() which only deals with bidirectional streams. Soon, uni streams will use the same function, rendering the frame type check useful.