mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-28 09:11:31 +02:00
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.