v4.4.0: http refresh#675
Open
arnetheduck wants to merge 3 commits into
Open
Conversation
- HTTP Client: proxy infrastructure enabling custom proxy protocols
(including
CONNECT/tunnel support), speedups (~3.5x throughput for large buffers:
3.4 GB/s to 11.2 GB/s)
- HTTP: RFC 9112 alignment (pipelining deprecated), absolute
request-target
- Stream vtable refactor: replaces loop+queue dispatch with per-stream
vtable;
1.5-2.7x HTTP benchmark improvement on top of bulk reads for
medium/large
payloads (up to ~8x total vs. baseline)
- TLS: ALPN support, client cert auth
- Async: allow `do {.async.}`, smaller codegen for return/fail/complete,
unique
symbol for returned Future
- Selector: dynamically adjust event count
- Build: set epoll as default on Android, fix POSIX sendfile
declarations,
work around error return warning
- Remove 5 symbols deprecated 6 years ago: asyncDiscard, `and` operator
on
Future, `all`, oneIndex, oneValue
- Docs: HTTP Client & Server tutorials (13 chapters), examples, API ref
fixes
- Tests: more asyncTest usage, more TLS tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CONNECT/tunnel support), speedups (~3.5x throughput for large buffers: 3.4 GB/s to 11.2 GB/s)
1.5-2.7x HTTP benchmark improvement on top of bulk reads for medium/large
payloads (up to ~8x total vs. baseline)
do {.async.}, smaller codegen for return/fail/complete, uniquesymbol for returned Future
work around error return warning
andoperator onFuture,
all, oneIndex, oneValue