Skip to content
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

Replace hyper with curl + TcpStream #16

Merged
merged 7 commits into from
May 22, 2017
Merged

Replace hyper with curl + TcpStream #16

merged 7 commits into from
May 22, 2017

Conversation

lipanski
Copy link
Owner

No description provided.

@lucab
Copy link
Contributor

lucab commented Jun 1, 2017

This dependency on curl is however a bit unfortunate. It brings in a lot of native dependencies that need to be compiled (libcurl, libssl, etc) and some of them don't play very well with cross-compilation (e.g. openssl). Coupling this with the fact that dev-dependencies cannot be opted-out, latest 0.5 is causing me quite a bit of friction in cross-compiled scenarios.

Would you consider switching this crate back to pure-rust?

@lipanski lipanski mentioned this pull request Jun 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants