Jeremiah Senkpiel
Jeremiah Senkpiel
> zlib here refers to the output having a zlib header/footer as noted in the function description. Ah, my mistake there. I see that now - ` [78, da,` and...
> Maybe it would even be worth having a simplified code path for compressing very short input if there are use cases where there is a lot of very short...
I'm working on this but is requires a lot of changed to http-types first so it'l be a while at least
@spikespaz Shame on you for trying to shame people who had no involvement in the original creation and who spent a bunch of time trying to fix it. Did **you**...
Should this be a cargo option? Or do you think it's better on `Config` like you have in this PR?
@boyswan Which back end are you using? The default is curl, have you tried `features = ["h1-client"]`?
2.3.0+ has `surf::Config`, so if our backends support this you should be able to add support for it. This would probably have to be done in the underlying `http-client` crate:...
dependent on https://github.com/http-rs/http-types/pull/395
All of these work (see https://crates.io/crates/longboard, which uses Surf): ``` longboard GET http://ceip.org longboard GET https://ceip.org longboard GET https://carnegieendowment.org/ ``` I'm unable to reproduce.
Can you run with `RUST_BACKTRACE=1`? I suspect this is an [async-h1](https://github.com/http-rs/async-h1) issue.