mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.13.0
- [API] Use lsxpack_header structure to process incoming headers. - [BUGFIX] Fix assertion when zero-padding Initial packet. - [BUGFIX] Use idle timeout before we learn of peer's value. - Use ls-hpack 2.0.0 -- has lsxpack_header changes. - Use ls-qpack 0.14.0 -- new, common with ls-hpack, XXH seed (not used yet). - Code cleanup: prefix exported functions with "lsquic_".
This commit is contained in:
parent
5289ebd2fd
commit
a5fa05f958
77 changed files with 1168 additions and 73475 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -2,3 +2,6 @@
|
|||
path = src/liblsquic/ls-qpack
|
||||
url = https://github.com/litespeedtech/ls-qpack
|
||||
branch = v0.9.13
|
||||
[submodule "src/lshpack"]
|
||||
path = src/lshpack
|
||||
url = https://github.com/litespeedtech/ls-hpack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue