commit | 3236a8e85c882a54e28f39c32a794d11d3c58380 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue May 24 15:24:03 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 25 15:41:25 2022 +0200 |
tree | 14c1bfa0c8022e3c76c329cf1e319ce1d859cb58 | |
parent | 6b92394973e6d9a7f3107961de1764431f21a3fb [diff] |
MINOR: h3: define stream type Define a new enum h3s_t. This is used to differentiate between the different stream types used in a HTTP/3 connection, including the QPACK encoder/decoder streams. For the moment, only bidirectional streams is positioned. This patch will be useful to unify reception of uni streams with bidirectional ones.