commit | 0cc02a345b04556e712ac1c024fe129b8799b4e7 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 19 17:21:11 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 21 11:05:27 2022 +0200 |
tree | 8990312a5ab27c4534cb4a38f0a7e2036b3b5f2f | |
parent | da6ad2092ad6ccff0f0503984763ab88fcf7086d [diff] |
REORG: quic: use a dedicated module for qc_stream_desc Regroup all type definitions and functions related to qc_stream_desc in the source file src/quic_stream.c. qc_stream_desc complexity will be increased with the development of Tx multi-buffers. Having a dedicated module is useful to mix it with pure transport/quic-conn code.