]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3: add h3c pointer into h3s instance
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 3 Jun 2022 13:29:07 +0000 (15:29 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 7 Jun 2022 16:13:11 +0000 (18:13 +0200)
commitc0156790e663cc20dc16ac4a73d291b165f49968
tree540386b4d659d08703f49e8e90142a2d920c0dd6
parent16f3da4624d80c37e9fa5cf9bd47c74eee9d08c5
MINOR: h3: add h3c pointer into h3s instance

As a mirror to qcc/qcs types, add a h3c pointer into h3s struct. This
should help to clean up H3 code and avoid to use qcs.qcc.ctx to retrieve
the h3c instance.
include/haproxy/mux_quic-t.h
src/h3.c
src/hq_interop.c
src/mux_quic.c