mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.27.3
- [BUGFIX] gQUIC: do not destroy critical streams when connection is closed. See issue #201. - [BUGFIX] Drop #if LSQUIC_CONN_STATS from lsquic.h. See issue #211. - [BUGFIX] Challenge cancellation when path validation fails. - [BUGFIX] Do not send FIN if RST is scheduled to be sent on a stream. - [BUGFIX] gQUIC's is_tickable() when connection is closing. - [BUGFIX] Q050 processing of GOAWAY frames.
This commit is contained in:
parent
1a0003e3b9
commit
e2c4907022
10 changed files with 85 additions and 54 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2021-01-08
|
||||
- 2.27.3
|
||||
- [BUGFIX] gQUIC: do not destroy critical streams when connection is
|
||||
closed. See issue #201.
|
||||
- [BUGFIX] Drop #if LSQUIC_CONN_STATS from lsquic.h. See issue #211.
|
||||
- [BUGFIX] Challenge cancellation when path validation fails.
|
||||
- [BUGFIX] Do not send FIN if RST is scheduled to be sent on a stream.
|
||||
- [BUGFIX] gQUIC's is_tickable() when connection is closing.
|
||||
- [BUGFIX] Q050 processing of GOAWAY frames.
|
||||
|
||||
2021-01-06
|
||||
- 2.27.2
|
||||
- [BUGFIX] Memory corruption in receive history copy-ranges function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue