mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.19.7
- Handle ECT-CE event: issue a loss event. - Log the fact that we ignore SETTINGS_MAX_HEADER_LIST_SIZE. - Use Max Push ID in GOAWAY frame to cancel promises. - Add support for HTTP/3 CANCEL_PUSH frame. - lsquic_stream_is_pushed: streams without headers are never pushed. - [BUGFIX] Regression in lsquic_stream_shutdown_internal: now it shuts down. - Improve logic whether to generate CONNECTION_CLOSE.
This commit is contained in:
parent
36fcb9aa01
commit
03fef29b03
7 changed files with 176 additions and 40 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,3 +1,13 @@
|
|||
2020-08-26
|
||||
- 2.19.7
|
||||
- Handle ECT-CE event: issue a loss event.
|
||||
- Log the fact that we ignore SETTINGS_MAX_HEADER_LIST_SIZE.
|
||||
- Use Max Push ID in GOAWAY frame to cancel promises.
|
||||
- Add support for HTTP/3 CANCEL_PUSH frame.
|
||||
- lsquic_stream_is_pushed: streams without headers are never pushed.
|
||||
- [BUGFIX] Regression in lsquic_stream_shutdown_internal: now it shuts down.
|
||||
- Improve logic whether to generate CONNECTION_CLOSE.
|
||||
|
||||
2020-08-20
|
||||
- 2.19.6
|
||||
- Don't process incoming ECN marks if ECN is not enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue