-
Notifications
You must be signed in to change notification settings - Fork 85
Add h1-client-rustls feature #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I removed the testing of |
|
I'm not sure yet why the tests are failing using |
|
Test failures using |
|
@Empty2k12 : I think this PR is ready for review and possible merge. |
|
@JEnoch Thanks for this PR, looking great so far! Does indeed look like a typo. Will merge when that's resolved. |
|
Thanks a lot @JEnoch |
|
Hello! I just published a change to crates.io containing your change as version |
Description
h1-client-rustlsfeature, allowing to use rustls instead of OpenSSL for HTTPS (and thus being more portable to various platforms)surfto 2.2.0 (to usesurf/h1-client-rustlsfeature)Choice of HTTP backendsection in README.md, describing the different featuresrust.ymlworkflow to test a matrix of HTTP backends, instead of using--all-featuresthat activate all, but ends with onlycurl-clientto be tested (as per surf implementation)Checklist
cargo fmt --allcargo clippy --all-targets --all-features -- -D warningscargo readme -r influxdb -t ../README.tpl > README.md