commit | b22c0460d6311b27a03ce1a47373e319442905ce | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 21 11:00:41 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 21 11:55:29 2022 +0200 |
tree | e73e94979b8eb66b1ea0d61c8be5c1d22c5eee80 | |
parent | e4301da5ed9e77844c653ea4caf233546febe591 [diff] |
MINOR: quic-stream: add qc field Add a new member <qc> in qc_stream_desc structure. This change is possible since previous patch which add quic-conn argument to qc_stream_desc_new(). The purpose of this change is to simplify the future evolution of qc-stream-desc API. This will avoid to repeat qc as argument in various functions which already used a qc_stream_desc.