94ec4dbe42
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. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
README.rst | ||
comp_helper.c | ||
comp_helper.h | ||
deflatehd.c | ||
inflatehd.c |
README.rst
Tools for header compression