Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-25 | Prevent the HPACK configured_max_size from being dropped | Loïc Hoguin | |
2018-04-23 | Add proper support for table size updates | Loïc Hoguin | |
2017-07-10 | Switch from Triq to Proper | Loïc Hoguin | |
2016-10-09 | Fix HPACK table size tracking when table is pruned | Pablo Polvorin | |
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. | |||
2016-10-04 | Fix Dialyzer warnings | Loïc Hoguin | |
2016-06-08 | Fix #39: Prefer crypto:strong_rand_bytes/1 | Leo Liu | |
See also https://github.com/erlang/otp/pull/883 | |||
2016-05-24 | HPACK: Fix an issue with header values as iolists | Loïc Hoguin | |
2015-03-19 | Add HPACK decoding and encoding functions | Loïc Hoguin | |
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. |