Open seanmonstar opened 2 years ago
Hi Sean,
My understanding from the docs is that this Pool
will serve a replacement for the old Client
, per the roadmap.
Following in the tower discord channel, it looks like you may be experimenting with the impl Service<Req> for Pool<T>
, and I think that implementation blocks this test-porting. Is that correct?
PS: Sorry if I goaded you into closing this issue too early.
The integration tests checking the
Connector
and Pool parts ofClient
should be ported to thehyper-util
crate. Not necessarily copy and paste, but that each logical case is tested. They were here in 0.14.x.