commit | 67e92d365239ad9346e92fc9f271a819fa574ced | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 27 18:04:01 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 15:44:19 2022 +0200 |
tree | dbebc9b465a55538a222c2587a489738255fbf6b | |
parent | 47447af1efb400ca894a150216b0802c10486e51 [diff] |
MINOR: h3: implement h3 stream context Define a new structure h3s used to provide context for a H3 stream. This structure is allocated and stored in the qcs thanks to previous commit which provides app-layer context storage. For now, h3s is empty. It will soon be completed to be able to support stateful demux : this is required to be able to demux an incomplete frame if the rx buffer is full.