feat: add HTTP Client - #13902
Closed
algebraic-dev wants to merge 27 commits into
Closed
Conversation
|
Mathlib CI status (docs):
|
Collaborator
|
Reference manual CI status:
|
algebraic-dev
changed the base branch from
master
to
sofia/async-http-redirect-plan
May 30, 2026 14:15
algebraic-dev
force-pushed
the
sofia/async-http-client-impl
branch
2 times, most recently
from
May 30, 2026 14:17
936c34f to
2ca949f
Compare
algebraic-dev
force-pushed
the
sofia/async-http-redirect-plan
branch
from
June 5, 2026 13:52
dbd4cc6 to
ee33e6e
Compare
algebraic-dev
force-pushed
the
sofia/async-http-client-impl
branch
from
June 5, 2026 13:55
67c3c73 to
87ad6ff
Compare
algebraic-dev
force-pushed
the
sofia/async-http-redirect-plan
branch
from
June 5, 2026 14:00
ee33e6e to
03468f6
Compare
algebraic-dev
force-pushed
the
sofia/async-http-client-impl
branch
2 times, most recently
from
June 5, 2026 14:35
511eebf to
47160c8
Compare
algebraic-dev
force-pushed
the
sofia/async-http-redirect-plan
branch
from
June 5, 2026 14:37
a42f923 to
f8ecc1c
Compare
algebraic-dev
force-pushed
the
sofia/async-http-client-impl
branch
from
June 5, 2026 14:38
47160c8 to
5c7fbea
Compare
algebraic-dev
force-pushed
the
sofia/async-http-client-impl
branch
from
June 5, 2026 15:02
5c7fbea to
ba2a8d2
Compare
algebraic-dev
changed the base branch from
sofia/async-http-redirect-plan
to
sofia/async-http-stream-close-error
June 15, 2026 21:45
algebraic-dev
changed the base branch from
sofia/async-http-stream-close-error
to
sofia/async-http-h1-head-framing
June 16, 2026 00:25
This PR aligns the `maxPerHost` struct default with `Client.builder` (both 4), removes the unreachable `lastErr` accumulator in the pool retry loop, and derives the default `Host` header through `URI.Origin.hostHeader` so the `host[:port]` formatting lives in one place. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Re-applies the HEAD/204/304 auto-drain and HEAD body suppression that the stream-close-error merge silently reverted, so bodyless responses complete instead of stalling. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Member
Author
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.
This PR adds a HTTP Client.