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

Use libcurl instead of curl #77

Open
concatime opened this issue Mar 11, 2021 · 1 comment
Open

Use libcurl instead of curl #77

concatime opened this issue Mar 11, 2021 · 1 comment

Comments

@concatime
Copy link

concatime commented Mar 11, 2021

This is a proposition to replace calling curl by using libcurl directly.
Hermes already uses libsignify instead of signify, internal sha256 implementation instead of sha256sum and libarchive instead of tar.
So why not libcurl? This way, all dependencies are fetched at compile-time and not run-time.
WDYT?

@andrewchambers
Copy link
Owner

I think its a good idea, though I did some work on the second generation of hermes which works a bit differently so I'm still deciding what the best course of action will be.

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

No branches or pull requests

2 participants