mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.25.0
- [API, FEATURE] Add es_delay_onclose option to delay on_close until all data is ACKed. Use new function lsquic_stream_has_unacked_data() to learn whether peer acknowledged all data written to stream. - [API] Add optional on_reset() stream callback to get notifications when RESET or STOP_SENDING frames are received. - [BUGFIX] On STOP_SENDING, make conn tickable is _writeable_, not readable.
This commit is contained in:
parent
57fe5a13ac
commit
7f96c7c7f3
13 changed files with 300 additions and 58 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2020-12-04
|
||||
- 2.25.0
|
||||
- [API, FEATURE] Add es_delay_onclose option to delay on_close until all
|
||||
data is ACKed. Use new function lsquic_stream_has_unacked_data() to
|
||||
learn whether peer acknowledged all data written to stream.
|
||||
- [API] Add optional on_reset() stream callback to get notifications
|
||||
when RESET or STOP_SENDING frames are received.
|
||||
- [BUGFIX] On STOP_SENDING, make conn tickable is _writeable_, not
|
||||
readable.
|
||||
|
||||
2020-11-24
|
||||
- 2.24.5
|
||||
- [FEATURE] Improve Delayed ACKs extension and turn it on by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue