mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.4.7
- Add echo client and server to the distibution. - Add MD5 client and server to the distibution. - Fix http_client: check command-line arguments better, prevent crash. - Fix IETF conn: can_write_ack() should only care about APP PNS. - Client: delay stream creation until handshake succeds. - Reset HTTP stream whose write end is closed prematurely. - Fix tickable(): mirror behavior of tick() wrt buffered packets. - Log reason why engine is tickable.
This commit is contained in:
parent
ad08470cea
commit
0adf085acf
27 changed files with 1668 additions and 92 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
2019-10-15
|
||||
- 2.4.7
|
||||
- Add echo client and server to the distibution.
|
||||
- Add MD5 client and server to the distibution.
|
||||
- Fix http_client: check command-line arguments better, prevent crash.
|
||||
- Fix IETF conn: can_write_ack() should only care about APP PNS.
|
||||
- Client: delay stream creation until handshake succeds.
|
||||
- Reset HTTP stream whose write end is closed prematurely.
|
||||
- Fix tickable(): mirror behavior of tick() wrt buffered packets.
|
||||
- Log reason why engine is tickable.
|
||||
|
||||
2019-10-11
|
||||
- 2.4.6
|
||||
- Minor code cleanup and logging improvements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue