-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection pooling in Client / HttpClient #224
Comments
So turns out Isahc does indeed have connection pooling of its own but I suspect we may not be making use of it. See https://docs.rs/isahc/0.9.8/isahc/struct.HttpClient.html |
When #234 lands, the |
http-client 6.3.0 (a minor upgrade, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kat Marchán (@zkat) did a bunch of work on this in https://github.com/orogene/orogene/blob/main/crates/oro-client/src/http_client/mod.rs and gave us permission to re-use specifically the pooling client code for Surf.
This needs to be implemented in
http-client
but might as well be tracked here.Going to try to get to this this week. Would be easier (in a sense) if #217 was agreed upon and I didn't have to try to make this generic across all clients first-go.
The text was updated successfully, but these errors were encountered: