We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
UDP packets can be empty but recv_from will return EOF in this case.
The text was updated successfully, but these errors were encountered:
auto merge of #18130 : mahkoh/rust/udp, r=alexcrichton
a93e9c2
Closes #18111 Note that the non-empty part doesn't matter right now because of #18129.
PR was merged, so I'm closing.
Sorry, something went wrong.
Auto merge of rust-lang#18164 - ShoyuVanilla:use-as-alias, r=Veykril
316a15c
fix: Temporary fix for `remove_unused_imports` not handling import aliases correctly Fixes rust-lang#18129
No branches or pull requests
UDP packets can be empty but recv_from will return EOF in this case.
The text was updated successfully, but these errors were encountered: