commit | c003f501226758dfdd83a12e662ef23c21d83cc3 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jun 14 16:35:41 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jun 15 15:42:10 2022 +0200 |
tree | c53665129d2012a6b0d620b199d42e834bf3a457 | |
parent | b666c6b26eae3f17eee058eb6bcc9fe1b1c304d2 [diff] [blame] |
MINOR: qpack: implement standalone decoder tool Implement a standalone binary to be able to easily a hex-string QPACK stream. The binary must be compiled via the Makefile. Hex-strings are specified on stdin.
diff --git a/.gitignore b/.gitignore index d588b07..a277688 100644 --- a/.gitignore +++ b/.gitignore
@@ -49,6 +49,7 @@ dev/tcploop/tcploop dev/hpack/decode dev/hpack/gen-rht +dev/qpack/decode /src/dlmalloc.c /tests/test_hashes doc/lua-api/_build