mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 3.3.0
This commit is contained in:
parent
b5efa50a5a
commit
48365d5741
12 changed files with 82 additions and 42 deletions
13
CHANGELOG
13
CHANGELOG
|
@ -1,10 +1,20 @@
|
|||
2023-01-04
|
||||
- 3.3.0
|
||||
- Improve path validation logic to avoid sending padded packet to unverified
|
||||
peer, follow 3X anti-amplification rule.
|
||||
- Optimize application callback when STOP_SENDING frame received.
|
||||
- Improve new connection callback logic.
|
||||
- Improve handling of closed connection.
|
||||
- Update BoringSSL to the most recent version.
|
||||
- Fix memory leaks in gquic handshake and packet handling.
|
||||
- Update ls-qpack to 2.5.1, ls-hpack to 2.3.1 to address compiler warnings
|
||||
|
||||
2022-10-20
|
||||
- 3.2.0
|
||||
- Update ls-qpack to 2.5.0 to address a decoder bug
|
||||
- Assertion failure if poison packet was acked
|
||||
- Fix packet_in pool memory leak
|
||||
|
||||
|
||||
2022-08-16
|
||||
- 3.1.2
|
||||
- Update ls-qpack to 2.4.0 to address a use-after-free bug
|
||||
|
@ -14,7 +24,6 @@
|
|||
- Fix IPv6 MTU detection
|
||||
- Fix wrong size used in packet regeneration.
|
||||
|
||||
|
||||
2022-05-13
|
||||
- 3.1.1
|
||||
- Fix memory leak in processing stream frames (isse #368)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue