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:
Dmitri Tikhonov 2018-08-28 09:59:47 -04:00
parent 6f126d809b
commit 3b55e6ae0a
25 changed files with 1229 additions and 737 deletions

View file

@ -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