You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seanmonstar opened this issue
May 20, 2022
· 1 comment
· Fixed by #2941
Assignees
Labels
A-clientArea: client.C-featureCategory: feature. This is adding a new feature.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.
@seanmonstar I was going to submit a one line PR to the docs of hyper::client::Client
along the lines of "Client supports concurrent requests to multiple different host names".
(I wrote a simple test harness & used two different slow http servers to verify how this worked)
But I just discovered this PR+issue. (substantial refactoring)
For me, it was hinted, but not clear that I could use Client concurrently for different hostnames.
I really think the docs would benefit from an explicit statement regarding this.
Let me know if I can help on that somehow.
A-clientArea: client.C-featureCategory: feature. This is adding a new feature.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.
The
hyper::Client
and support moduleshyper::client::connect
should be removed from hyper, and parts should reappear in hyper-util.The text was updated successfully, but these errors were encountered: