Commit Graph

6 Commits

Author SHA1 Message Date
Tatsuhiro Tsujikawa c242150092 hdtest: Only show "**DEALLOCATED**" for NULL value but positive length 2013-12-21 23:01:16 +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 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