mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.24.2
- [BUGFIX] Allow peer to migrate when its SCID is zero-length. - [BUGFIX] PADDING size calculation: only one Short packet can be coalesced. (This should have been part of the fix in 2.24.1). - Abort connect if received NEW_CONNECTION_ID but current DCID is zero-length. - Improve log messages
This commit is contained in:
parent
e85d2854d3
commit
ee4d393028
7 changed files with 40 additions and 16 deletions
|
@ -1,3 +1,12 @@
|
|||
2020-11-05
|
||||
- 2.24.2
|
||||
- [BUGFIX] Allow peer to migrate when its SCID is zero-length.
|
||||
- [BUGFIX] PADDING size calculation: only one Short packet can be
|
||||
coalesced. (This should have been part of the fix in 2.24.1).
|
||||
- Abort connect if received NEW_CONNECTION_ID but current DCID is
|
||||
zero-length.
|
||||
- Improve log messages
|
||||
|
||||
2020-11-04
|
||||
- 2.24.1
|
||||
- [API] Allow use of ea_get_ssl_ctx() on the client (optional). PR #186.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue