mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.6.2
- [BUGFIX] SCID!=ODCID rule applies to Retry packets, not regular packets. - [BUGFIX] Zero-RTT: BoringSSL no longer flips read/write secrets. - [BUGFIX] Truncate ACK frame rather instead of aborting IETF connection. - [BUGFIX] Client: don't send duplicate reset tokens. - [BUGFIX] Remove invalid assertion in H3 framing code. - Silence a warning in send ctl by restructuring switch() statement.
This commit is contained in:
parent
84dbbb75d5
commit
767cf6112c
12 changed files with 200 additions and 502 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
2019-11-11
|
||||
- 2.6.2
|
||||
- [BUGFIX] SCID!=ODCID rule applies to Retry packets, not regular
|
||||
packets.
|
||||
- [BUGFIX] Zero-RTT: BoringSSL no longer flips read/write secrets.
|
||||
- [BUGFIX] Truncate ACK frame rather instead of aborting IETF
|
||||
connection.
|
||||
- [BUGFIX] Client: don't send duplicate reset tokens.
|
||||
- [BUGFIX] Remove invalid assertion in H3 framing code.
|
||||
- Silence a warning in send ctl by restructuring switch() statement.
|
||||
|
||||
2019-11-08
|
||||
- 2.6.1
|
||||
- [BUGFIX] set retry token on all resubmitted packets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue