mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
1.13.0: [FEATURE, API Change] HTTP header bypass
Add ability to create custom header set objects via callbacks. This avoids reading and re-parsing headers from the stream. See test/http_client.c for example implementation. (Use -B flag to turn it on).
This commit is contained in:
parent
6f126d809b
commit
3b55e6ae0a
25 changed files with 1229 additions and 737 deletions
|
@ -1,3 +1,10 @@
|
|||
2018-08-27
|
||||
|
||||
- 1.13.0
|
||||
- [FEATURE, API Change] Add ability to create custom header set
|
||||
objects via callbacks. This avoids reading and re-parsing
|
||||
headers from the stream.
|
||||
|
||||
2018-08-27
|
||||
|
||||
- 1.12.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue