-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
libcurl dependency #19
Comments
And my thoughts about
May use async Sorry for my poor English. |
I guess @estin suggestion above is somehow tangled into the larger discussion of making mockito testthread-local. Whatever we'll end up doing here, it would be nice if it'd also account for that. |
👍 Thanks for pinging back, I'll give it a try soon. |
dev-dependencies
cannot be opted out (see this) and the libcurl dependencies poses problems when cross-compiling the crate.originall reported here.
cc @lucab I'll try to think of something but I went for curl & http-muncher because the hyper server doesn't work on Windows (maybe I'll just use TcpStream + hyper only as a parser). libcurl is also way faster apparently.
The text was updated successfully, but these errors were encountered: