rust-eventsource-client
rust-eventsource-client copied to clipboard
build: add native-tls integration
I'm having trouble on windows with ring. this works if you specify
cargo run --example tail --features=
native-tls --no-default-features -- http://127.0.0.1:3030/test
https://github.com/briansmith/ring/pull/2416
Thank you for your contribution. I have filed this internally as SDK-1111 and will try to get SDK engineer to discuss and review this.
Cool, what I have isn't the complete solution. I was having some issue with running samples or something. I remember that subsequent builds were a problem...default features and what not. the work of this is trying to understand the best way to configure the features so that we don't cause issues for others and enable this feature selection for people who need/prefer it.