nghttp2/hdtest
Tatsuhiro Tsujikawa 94ec4dbe42 nghttpd_hd: Update static table and use 1-based index
The specification now says that index to the header table entry is
1-based. Since 0-based index is very handy to access arrays, we
internally uses 0-based index. We just convert it to 1-based when
we emit to the block and convert 1-based to 0-based on decoding.
2013-11-16 16:18:44 +09:00
..
.gitignore hdtest: Add .gitignore 2013-10-24 22:12:16 +09:00
Makefile.am hdtest: Add header dump with -d option 2013-10-27 01:04:42 +09:00
README.rst hdtest: Add HPACK test tools 2013-10-22 00:42:46 +09:00
comp_helper.c nghttpd_hd: Update static table and use 1-based index 2013-11-16 16:18:44 +09:00
comp_helper.h hdtest: Add header dump with -d option 2013-10-27 01:04:42 +09:00
deflatehd.c hdtest: Add copyright notice 2013-11-10 20:46:18 +09:00
inflatehd.c hdtest: Add copyright notice 2013-11-10 20:46:18 +09:00

README.rst

Tools for header compression