mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.7.2
- [BUGFIX] Send controller: update scheduled bytes when DCID length changes (IETF client). - [BUGFIX] Drop alarm check from sanity test. It no longer works now that we use loss chains. - [PORTABILITY] Fix build on Alpine Linux. - [PORTABILITY] Fix build using XCode. - Client initial DCID length: use RAND_bytes() instead of rand(3). - Add unit tests for connection min heap. - [DEBUG] Log CID in gQUIC handshake module - [DEBUG] Turn on extra checks for IETF client send controller. - [DEBUG] Dedup next advisory tick messages when reason is IDLE timer. - [DEBUG] QPACK decoder handler: log header error code.
This commit is contained in:
parent
d6937ddce0
commit
a137764bf2
22 changed files with 369 additions and 76 deletions
15
CHANGELOG
15
CHANGELOG
|
@ -1,3 +1,18 @@
|
|||
2019-12-11
|
||||
- 2.7.2
|
||||
- [BUGFIX] Send controller: update scheduled bytes when DCID length
|
||||
changes (IETF client).
|
||||
- [BUGFIX] Drop alarm check from sanity test. It no longer works now
|
||||
that we use loss chains.
|
||||
- [PORTABILITY] Fix build on Alpine Linux.
|
||||
- [PORTABILITY] Fix build using XCode.
|
||||
- Client initial DCID length: use RAND_bytes() instead of rand(3).
|
||||
- Add unit tests for connection min heap.
|
||||
- [DEBUG] Log CID in gQUIC handshake module
|
||||
- [DEBUG] Turn on extra checks for IETF client send controller.
|
||||
- [DEBUG] Dedup next advisory tick messages when reason is IDLE timer.
|
||||
- [DEBUG] QPACK decoder handler: log header error code.
|
||||
|
||||
2019-12-05
|
||||
- 2.7.1
|
||||
- [BUGFIX] client: don't call ignore_init() in middle of batch send.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue