mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.22.0
- [FEATURE] Extensible HTTP Priorities (HTTP/3 only). - [FEATURE] Add conn context to packet-out memory interface (PR #175). - [BUGFIX] gQUIC proof generation: allocate buffer big enough for signature (issue #173). - [BUGFIX] Make library thread-safe: drop use of global variables (issue #133, issue #167). - [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame. - [BUGFIX] gQUIC server: associate compressed cert with SSL_CTX, instead of keeping them in a separate hash, potentially leading to mismatches. - [BUGFIX] Stream data discard infinite loop: break on FIN. - cmake: add install target via -DCMAKE_INSTALL_PREFIX (PR #171). - Support randomized packet number to begin a connection. - Mini and full IETF connection size optimization. - http_client: specify HTTP priorities based on stream conditions.
This commit is contained in:
parent
cb1e8c1022
commit
fbc6cc0413
55 changed files with 6557 additions and 391 deletions
18
CHANGELOG
18
CHANGELOG
|
@ -1,3 +1,21 @@
|
|||
2020-10-07
|
||||
- 2.22.0
|
||||
- [FEATURE] Extensible HTTP Priorities (HTTP/3 only).
|
||||
- [FEATURE] Add conn context to packet-out memory interface (PR #175).
|
||||
- [BUGFIX] gQUIC proof generation: allocate buffer big enough for
|
||||
signature (issue #173).
|
||||
- [BUGFIX] Make library thread-safe: drop use of global variables
|
||||
(issue #133, issue #167).
|
||||
- [BUGFIX] Deactivate only *recent* HQ frame, not any HQ frame.
|
||||
- [BUGFIX] gQUIC server: associate compressed cert with SSL_CTX,
|
||||
instead of keeping them in a separate hash, potentially leading
|
||||
to mismatches.
|
||||
- [BUGFIX] Stream data discard infinite loop: break on FIN.
|
||||
- cmake: add install target via -DCMAKE_INSTALL_PREFIX (PR #171).
|
||||
- Support randomized packet number to begin a connection.
|
||||
- Mini and full IETF connection size optimization.
|
||||
- http_client: specify HTTP priorities based on stream conditions.
|
||||
|
||||
2020-09-29
|
||||
- 2.21.0
|
||||
- [FEATURE] QUIC and HTTP/3 Internet Draft 31 support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue