]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3/qpack: use qcs as type in decode callbacks
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 23 May 2022 12:25:53 +0000 (14:25 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 25 May 2022 13:41:25 +0000 (15:41 +0200)
commit6b92394973e6d9a7f3107961de1764431f21a3fb
tree8406e060e3a59f50d92880db3c4480bc9dcee089
parentc6195d77b4b6cb059630d11e2693540317ae56d1
MINOR: h3/qpack: use qcs as type in decode callbacks

Replace h3_uqs type by qcs in stream callbacks. This change is done in
the context of unification between bidi and uni-streams. h3_uqs type
will be unneeded when this is achieved.
include/haproxy/h3.h
include/haproxy/qpack-dec.h
src/h3.c
src/qpack-dec.c