mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Latest changes
- [BUGFIX] Add connection to Tickable Queue on stream write - cmake: use MSVC variable instead of trying to detect - engine: improve connection incref/decref logging - stream: don't ignore errors that may occur on triggered flush - connection: remove obsolete method - engine: indicate connection as tickable if previous call went over threshold
This commit is contained in:
parent
1279d5bfcd
commit
82f3bcef32
6 changed files with 63 additions and 42 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2018-04-19
|
||||
|
||||
- [BUGFIX] Add connection to Tickable Queue on stream write
|
||||
- cmake: use MSVC variable instead of trying to detect
|
||||
- engine: improve connection incref/decref logging
|
||||
- stream: don't ignore errors that may occur on triggered flush
|
||||
- connection: remove obsolete method
|
||||
- engine: indicate connection as tickable if previous call went
|
||||
over threshold
|
||||
|
||||
2018-04-09
|
||||
|
||||
[API Change, OPTIMIZATION] Only process conns that need to be processed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue