]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: qpack: implement standalone decoder tool
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 14 Jun 2022 14:35:41 +0000 (16:35 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 15 Jun 2022 13:42:10 +0000 (15:42 +0200)
commitc003f501226758dfdd83a12e662ef23c21d83cc3
treec53665129d2012a6b0d620b199d42e834bf3a457
parentb666c6b26eae3f17eee058eb6bcc9fe1b1c304d2
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.
.gitignore
Makefile
dev/qpack/decode.c [new file with mode: 0644]