mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 1.14.0
- [API Change] Disable packet sending if full batch cannot be sent If lsquic_packets_out_f() cannot send the whole batch, disable packet sending until lsquic_engine_send_unsent_packets() is called. - [BUGFIX] Handle case when STREAM frame does not fit. - [BUGFIX] Always allow incoming STREAM frames to overlap. Peers may send overlapping STREAM frames even if using versions older than Q043. - Custom header set fixes: - set "FIN reached" flag when custom header with FIN flag is claimed; - do not return custom header set for a reset stream.
This commit is contained in:
parent
3b55e6ae0a
commit
14e3680d6b
19 changed files with 187 additions and 70 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -1,3 +1,17 @@
|
|||
2018-09-06
|
||||
- 1.14.0
|
||||
- [API Change] Disable packet sending if full batch cannot be sent
|
||||
If lsquic_packets_out_f() cannot send the whole batch, disable
|
||||
packet sending until lsquic_engine_send_unsent_packets() is called.
|
||||
- [BUGFIX] Handle case when STREAM frame does not fit.
|
||||
- [BUGFIX] Always allow incoming STREAM frames to overlap. Peers
|
||||
may send overlapping STREAM frames even if using versions older
|
||||
than Q043.
|
||||
- Custom header set fixes:
|
||||
- set "FIN reached" flag when custom header with FIN flag is
|
||||
claimed;
|
||||
- do not return custom header set for a reset stream.
|
||||
|
||||
2018-08-27
|
||||
|
||||
- 1.13.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue