]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3: refactor uni streams initialization
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 24 May 2022 13:14:53 +0000 (15:14 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 25 May 2022 13:41:25 +0000 (15:41 +0200)
commit3555064e87ed52ec076a106d3b26c317853f3425
treec036d5f5e9b2c4a7b946028953930b2bd6a0a939
parent3236a8e85c882a54e28f39c32a794d11d3c58380
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.
src/h3.c