]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: qpack: Add static header table definitions for QPACK.
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 22 Dec 2020 15:01:57 +0000 (16:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Jan 2021 11:31:28 +0000 (12:31 +0100)
commit164096eb76be80ddf1e8cb78b044684f6ad0752d
tree9ba3eeb43ee7f1f4fb209b900fdc6a4cf2745837
parent8cb12a8292dcce8657f99129af63322637044cec
MINOR: qpack: Add static header table definitions for QPACK.

As HPACK, QPACK makes usage of a static header table.
include/haproxy/qpack-tbl-t.h [new file with mode: 0644]
src/qpack-tbl.c [new file with mode: 0644]