mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.16.2
- [BUGFIX] ID-28: do not use TLS middlebox compatibility mode in ClientHello. This change requires using a newer version of BoringSSL. - [BUGFIX] Free connections in Advisory Tick Time Queue in engine dtor. - [BUGFIX] IETF QUIC client: narrow migration check to a single path. - [BUGFIX] NULL dereference: set function pointers for alarm for path challenges 2 and 3. - [BUGFIX] HTTP/3 headers may be followed immediately by trailers. - [BUGFIX] Log messages when SCID changes.
This commit is contained in:
parent
8ae5ecb45e
commit
f913a2972b
11 changed files with 155 additions and 126 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
2020-06-12
|
||||
- 2.16.2
|
||||
- [BUGFIX] ID-28: do not use TLS middlebox compatibility mode in
|
||||
ClientHello. This change requires using a newer version of BoringSSL.
|
||||
- [BUGFIX] Free connections in Advisory Tick Time Queue in engine dtor.
|
||||
- [BUGFIX] IETF QUIC client: narrow migration check to a single path.
|
||||
- [BUGFIX] NULL dereference: set function pointers for alarm for path
|
||||
challenges 2 and 3.
|
||||
- [BUGFIX] HTTP/3 headers may be followed immediately by trailers.
|
||||
- [BUGFIX] Log messages when SCID changes.
|
||||
|
||||
2020-06-09
|
||||
- 2.16.1
|
||||
- [FEATURE] Use "no-progress timeout" after which connection is closed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue