commit | 4576424174cd855ef38a56ec856cf0842a76d9f3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Dec 30 13:18:25 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 30 17:43:28 2017 +0100 |
tree | 64fe8388ae667583c496cf7da5db0fd91936bd8a | |
parent | c775f8372b9d5a23cc0bf9f589fa6b03a4727719 [diff] [blame] |
CONTRIB: hpack: add an hpack decoder This decoder takes a series of hex codes on stdin using one line per HEADERS frame and shows the decoded headers.
diff --git a/contrib/hpack/Makefile b/contrib/hpack/Makefile index 1ecc4e4..128a6de 100644 --- a/contrib/hpack/Makefile +++ b/contrib/hpack/Makefile
@@ -1,5 +1,5 @@ -CFLAGS = -O2 -W -Wall -Wextra -g -OBJS = gen-rht +CFLAGS = -O2 -Wall -g -I../../include -I../../ebtree -fwrapv -fno-strict-aliasing +OBJS = gen-rht decode all: $(OBJS)