-
Notifications
You must be signed in to change notification settings - Fork 238
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
Unix socket support #297
Comments
I believe this was added in #154, but feel free to comment here if that doesn't work! |
it does not work, when you libcurl is not installed on the machine and when you compile it from build.rs.
|
Ah ok, good to know! Want to send a PR with that update? |
This has now been added and published in version 0.4.31! |
Hi, I have a quick question,
It seems I have to add some options to build.rs to compile libcurl with unix socket support. Is it possible to pass those flags from a cargo.ml? I don't want to get the curl-sys locally with the two extra flags only.
Or maybe the way forward would be to create a specific feature.
The text was updated successfully, but these errors were encountered: