mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.8.8
- [BUGFIX] Invalid read when parsing IETF transport parameters (this was benign). - [OPTIMIZATION] Frame bundling when using buffered packets in IETF QUIC: a) flush QPACK decoder stream and b) include ACKs in opportunistic fashion. - Fix HTTP/3 framing unit test. - Code cleanup.
This commit is contained in:
parent
7d09751dbb
commit
a4f5dac3cf
13 changed files with 151 additions and 26 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2020-01-14
|
||||
- 2.8.8
|
||||
- [BUGFIX] Invalid read when parsing IETF transport parameters
|
||||
(this was benign).
|
||||
- [OPTIMIZATION] Frame bundling when using buffered packets in
|
||||
IETF QUIC: a) flush QPACK decoder stream and b) include ACKs
|
||||
in opportunistic fashion.
|
||||
- Fix HTTP/3 framing unit test.
|
||||
- Code cleanup.
|
||||
|
||||
2020-01-09
|
||||
- 2.8.7
|
||||
- [BUGFIX] Initial packet size check for IETF mini conn applies to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue