-
Notifications
You must be signed in to change notification settings - Fork 11
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
need example help #2
Comments
There are a couple examples in the test code at the bottom of the source file, if that helps. |
i try to follow test code. and write a funtion like this. 39 result::chain(connect("localhost", 80 as u16)) {|s| but compiler tell me that http.rs:39:4: 39:50 error: cannot determine a type for this expression. no such example for do a client socket work. |
I think if you get rid of the ; on line 40 it might work. |
Or line 41, I forget. |
i don't familiy with rust. would you provide some rust socket example for people. make them use this library more easy?
The text was updated successfully, but these errors were encountered: