mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 2.7.0
- [API, FEATURE] Close connection immediately when ea_packets_out() fails with errno != EAGAIN. The API change is that errno is now examined. Make sure to set it if using something other than sendmsg() to send packets. - [CLEANUP] Immediate close logic in IETF full conn. - [CLEANUP] Fix bogus warning about uninitialized `pair' variable.
This commit is contained in:
parent
02b6086dba
commit
7ee4152504
9 changed files with 179 additions and 54 deletions
|
@ -1,3 +1,12 @@
|
|||
2019-11-27
|
||||
- 2.7.0
|
||||
- [API, FEATURE] Close connection immediately when ea_packets_out()
|
||||
fails with errno != EAGAIN. The API change is that errno is now
|
||||
examined. Make sure to set it if using something other than
|
||||
sendmsg() to send packets.
|
||||
- [CLEANUP] Immediate close logic in IETF full conn.
|
||||
- [CLEANUP] Fix bogus warning about uninitialized `pair' variable.
|
||||
|
||||
2019-11-22
|
||||
- 2.6.7
|
||||
- [FEATURE] Implement the QL extension (offered by default).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue