commit | 3555064e87ed52ec076a106d3b26c317853f3425 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 15:14:53 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | c036d5f5e9b2c4a7b946028953930b2bd6a0a939 | |
parent | 3236a8e85c882a54e28f39c32a794d11d3c58380 [diff] |
MINOR: h3: refactor uni streams initialization Define a new function h3_init_uni_stream(). This can be used to read the stream type of an unidirectional stream. There is no functional change with previous code. This patch will be useful to unify reception for uni streams with bidirectional ones.