Skip to content

Releases: litespeedtech/ls-qpack

Update to ID-09

30 Jul 15:34
Compare
Choose a tag to compare
v0.9.0

Update to ID-09: spec no longer specifies maximum values

Fix memory leaks in decoder

22 Jul 18:46
Compare
Choose a tag to compare
v0.8.3

Update version to 0.8.3

Check dynamic table usage errors

16 Jul 05:25
Compare
Choose a tag to compare
Check dynamic table usage errors when processing header blocks

If prefix is non-zero, the largest reference must be used.  If it is
zero, no dynamic table references are allowed.

[API] Add two flags to control history and dynamic table use

19 Jun 19:35
Compare
Choose a tag to compare
  • LQEF_NO_HIST_UPD causes the encoder not to modify header field history.
  • LQEF_NO_DYN causes the encoder not to use the dynamic table, either for reading or for writing.

Fix: issue TSU when encoder uses non-default table size

28 May 13:48
Compare
Choose a tag to compare
v0.8.0

Fix bug in new unit test: initialize int decode state

Optimize encoder: use XXH to search both static and dynamic tables

17 Apr 13:42
de7c150
Compare
Choose a tag to compare

Initial release: support Internet Draft QPACK-07

12 Apr 13:51
Compare
Choose a tag to compare
v0.7.0

Update version to 0.7.0, signifying support for ID qpack-07