Jeremiah Senkpiel
Jeremiah Senkpiel
Do you actually use `http-client` for something that is not Surf and if so, what is it?
Then you will need to help me maintain `http-client`. As I said, the feature flag situation with Surf is quite poor right now, and development is just overcomplicated by having...
This doesn't compile. Can you make sure you run check and tests locally via: ``` cargo check --no-default-features --features=hyper_client cargo test --no-default-features --features=hyper_client ```
@sunng87 Could you add a separate feature flag for this? That we we can land it sooner.
this could work but needs to be under a versioned flag, e.g. `hyper-014`
Turns out this still doesn't really work for surf config because `Arc::make_mut()` is only able to use `Clone`'s `.clone()` internally, and `dyn Thing` can't be cloned, because stack sizing or...
@trrk will accept a PR if you make one. :)
I have pretty much zero thoughts on this, so, any suggestion is welcome.
When using websockets for example, wouldn't you have tungstenite connect directly? What would be the advantage here?
I think this is probably a breaking change. We'll be doing major releases Soon-ish(tm) but not quite yet. You may have to patch this yourself in the mean time...