]> git.kaiwu.me - haproxy.git/commit
MINOR: h3: store control stream in h3c
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 Jul 2022 13:17:29 +0000 (15:17 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 15 Jul 2022 13:56:13 +0000 (15:56 +0200)
commitd70103977372487a95e54dc353921b04cb16ac7a
tree9facbf7eed13692b56b6d25ee76aaa0ed33a40fd
parenta154dc0290890a0632de0db6e2eb1e9a8aa00fcf
MINOR: h3: store control stream in h3c

Store a reference to the HTTP/3 control stream in h3c context.

This will be useful to implement GOAWAY emission without having to store
the control stream ID on opening.
src/h3.c