mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.4.2
- [BUGFIX] H3 framing: fix zero-byte write when space is available - [BUGFIX] Don't send STREAM frame when incoming unidirectgional stream is closed - [BUGFIX] Cancel all pending writes by stream reset by a GOAWAY - [BUGFIX] Fix use-after-free in IETF full conn - [OPTIMIZATION] Wait for session tickets for two seconds and then drop SSL object and crypto streams.
This commit is contained in:
parent
3ff30b2745
commit
65728dc5ee
11 changed files with 320 additions and 109 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2019-09-23
|
||||
- 2.4.2
|
||||
- [BUGFIX] H3 framing: fix zero-byte write when space is available
|
||||
- [BUGFIX] Don't send STREAM frame when incoming unidirectgional stream
|
||||
is closed
|
||||
- [BUGFIX] Cancel all pending writes by stream reset by a GOAWAY
|
||||
- [BUGFIX] Fix use-after-free in IETF full conn
|
||||
- [OPTIMIZATION] Wait for session tickets for two seconds and then drop
|
||||
SSL object and crypto streams.
|
||||
|
||||
2019-09-18
|
||||
- 2.4.0
|
||||
- [FEATURE] QUIC and HTTP/3 Internet Draft 23 support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue