Drazen Urch
Drazen Urch
@nightmared once more thanks for being patient, I think I've tried merging this in but ran into some sync/async trouble, once the `0.27.0` is out, I'll give it one more...
@nightmared closing for now, not sure how badly you need something like this, I'd be happy to take a stab at it eventually
@Parth this might have been fixed with recent fixes to slash encoding, I'd appreciate another test with 0.30 or 0.31
@glebpom thanks for the call out, a few versions ago I switched this back to spawning a dedicated client due to issues with tests. I'm in general pro this approach,...
Same as #234, while we could add it to `lazy_static` its a bit too magical for my taste, it would be ideal to allow ppl to bring their own client,...
@tomkarw I like the idea, reqwest is pretty heavy, it might be a lot of work tough, I’m not sure how hyper works with tokio, which is the feature that...
I've given up on reusing the client for now, I'm gonna look into using pure hyper, but can't commit to any timelines
For sure, go for it!
@kerryeon This looks great, but I'll need a bit more time to look it over
@kerryeon I'm gonna close this, I've added parallel support for async uploads using `futures::future::join_all`, thanks for inspiring me to do it, my guess is that the performance is a bit...