mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Release 1.19.0
- [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT information; it can be supplied to a subsequent connect() call. - [FEATURE] Add -0 flag to http_client to exercise 0-RTT support. - [BUGFIX] Resuscitate the Windows build. - [BUGFIX] Send HTTP settings (max header list size) if necessary. - [BUGFIX] Buffered packets can contain ACK frames. - [BUGFIX] Make packet writeable once all STREAM frames are elided. - [BUGFIX] Fix potential null dereference when realloc fails. - cmake: simplify build configuration.
This commit is contained in:
parent
03fb93526e
commit
8ca33e0e19
21 changed files with 631 additions and 381 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -1,3 +1,15 @@
|
|||
2019-02-04
|
||||
- 1.19.0
|
||||
- [FEATURE, API Change] 0-RTT support. Add function to export 0-RTT
|
||||
information; it can be supplied to a subsequent connect() call.
|
||||
- [FEATURE] Add -0 flag to http_client to exercise 0-RTT support.
|
||||
- [BUGFIX] Resuscitate the Windows build.
|
||||
- [BUGFIX] Send HTTP settings (max header list size) if necessary.
|
||||
- [BUGFIX] Buffered packets can contain ACK frames.
|
||||
- [BUGFIX] Make packet writeable once all STREAM frames are elided.
|
||||
- [BUGFIX] Fix potential null dereference when realloc fails.
|
||||
- cmake: simplify build configuration.
|
||||
|
||||
2019-01-28
|
||||
- 1.18.0
|
||||
- [API Change] Can specify clock granularity in engine settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue