-
Notifications
You must be signed in to change notification settings - Fork 18k
net: UDP socket close doesn't unblock read in other goroutine #2116
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
Labels
Milestone
Comments
If someone starts looking into this, it might also be worth it to sort out Shutdown: calling shutdown on a UDP socket doesn't make sense (it returns ENOTCONN) Discussed here: http://groups.google.com/group/golang-nuts/browse_thread/thread/4cbbc28d5aa7ca52 and here: http://groups.google.com/group/golang-dev/browse_thread/thread/c6ef223b67936f07 |
Owner changed to @rsc. Status changed to Accepted. |
Comment 3 by jp@webmaster.ms: same problem on Windows. |
Comment 4 by jp@webmaster.ms: The solution for Windows is http://golang.org/cl/5130041/ Perhaps there is the same issue with unclosed handle on Linux as well. |
Comment 6 by webmaster@webmaster.ms: it was a wrong fix, 'http' tests fail with it. |
Issue #2326 has been merged into this issue. |
Owner changed to builder@golang.org. |
Owner changed to @rsc. Status changed to Started. |
This issue was closed by revision 5e4e3d8. Status changed to Fixed. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: