-
Notifications
You must be signed in to change notification settings - Fork 251
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
Error building Applied: HTTP Server
example
#5
Comments
This issue has been fixed: tokio-rs/tokio#813 |
I got a similar problem. Same code as this issue.
|
From this issue, it seems that the code in the async book should be updated. |
Closed
Fixed by #18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure it is correct to open this issue, since this book is probably WIP, but I got stuck with this:
I'm trying to get through Applied: HTTP Server tutorial, and I'm getting an error when trying to build very first version of a server (
If you cargo run now
part of the tutorial).I've tried this on 2 different PCs, both on Windows 10. My latest laptop have this versions:
And I'm getting an error while running
cargo run
:The text was updated successfully, but these errors were encountered: