Age | Commit message (Collapse) | Author |
|
The new entry size wasn't being added to the table size
after a prune.
Also fixes incorrect test cases. The size number was
different than the one found in RFC 7541 Appendix C.
|
|
|
|
See also https://github.com/erlang/otp/pull/883
|
|
|
|
No decoding options have been added in this commit. They will be
added in the future.
Only one encoding option has been added: #{huffman => boolean()}.
It allows to disable Huffman compression of strings. This compression
is enabled by default.
|