commit | 5fbb8691d4ba3a1aa73691d05f2f8beb4ff3a1ab | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jul 06 15:43:21 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jul 11 16:24:03 2022 +0200 |
tree | 6d88260ca6b6544f09ee91bd9e329e3e4cdd24e6 | |
parent | 4561f84ad407064491c8c99e0bef87f03450b739 [diff] |
MINOR: mux-quic: filter send/receive-only streams on frame parsing Extend the function qcc_get_qcs() to be able to filter send/receive-only unidirectional streams. A connection error STREAM_STATE_ERROR is emitted if this new filter does not match. This will be useful when various frames handlers are converted with qcc_get_qcs(). Depending on the frame type, it will be easy to filter on the forbidden stream types as specified in RFC 9000.