Tatsuhiro Tsujikawa
8a94bc90b8
deflatehd: Add -c option to disable reference set
2013-12-05 23:22:10 +09:00
Tatsuhiro Tsujikawa
b71bb6dcd9
deflatehd: Print overall input, output length and compression ratio
2013-11-18 00:15:08 +09:00
Tatsuhiro Tsujikawa
c22cb53b5e
deflatehd: Require empty line for each HTTP/1 style header set
2013-11-17 22:49:38 +09:00
Tatsuhiro Tsujikawa
3d863ed254
nghttp2_hd: Clear reference set with index 0
2013-11-16 17:05:18 +09:00
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
Tatsuhiro Tsujikawa
1e5f4cadde
hdtest: Add copyright notice
2013-11-10 20:46:18 +09:00
Tatsuhiro Tsujikawa
ac354d3b91
Fix compile error with --enable-maintainer-mode
2013-11-08 01:35:15 +09:00
Tatsuhiro Tsujikawa
6c99ff12c9
nghttp2_hd: Rename local as deflate
2013-10-29 00:42:08 +09:00
Tatsuhiro Tsujikawa
e0fa6a2709
hdtest: Clean up entry names and help message
2013-10-29 00:21:31 +09:00
Tatsuhiro Tsujikawa
f8f32125d9
hdtest: Add header dump with -d option
2013-10-27 01:04:42 +09:00
Tatsuhiro Tsujikawa
495788dff1
hdtest: Add option to specify table size
2013-10-26 23:31:41 +09:00
Tatsuhiro Tsujikawa
f49fb2b8b2
hdtest/deflatehd: Add HTTP/1-style header set input with -t option
2013-10-26 22:46:44 +09:00
Tatsuhiro Tsujikawa
3a15a6063e
hdtest: Add .gitignore
2013-10-24 22:12:16 +09:00
Tatsuhiro Tsujikawa
7f72aedae5
Fix error with maintainer-mode
2013-10-22 00:50:09 +09:00
Tatsuhiro Tsujikawa
88348a600b
hdtest: Add HPACK test tools
...
These test tools uses JSON as input/output and could be handy
to produce compressed header blocks.
2013-10-22 00:42:46 +09:00