Skip to content
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

net/rpc: Server.Accept logs an error when the Listener is closed #11221

Closed
willfaught opened this issue Jun 15, 2015 · 4 comments
Closed

net/rpc: Server.Accept logs an error when the Listener is closed #11221

willfaught opened this issue Jun 15, 2015 · 4 comments
Milestone

Comments

@willfaught
Copy link
Contributor

The logging is fatal. There appears to be no way to stop a Server without the process exiting.

@bradfitz
Copy link
Contributor

net/http.Server has no Accept field or method.

Did you mean to continue your discussion in #11219? This appears to be a dup.

@willfaught
Copy link
Contributor Author

How net/http.Server got into net/rpc would be a separate bug. ;)

@bradfitz
Copy link
Contributor

Oh, sorry. I saw what appeared to be two duplicate bugs come in.

I'll let @robpike deal with this one.

@bradfitz bradfitz reopened this Jun 15, 2015
@robpike robpike added this to the Go1.6 milestone Jun 15, 2015
@gopherbot
Copy link

CL https://golang.org/cl/14185 mentions this issue.

@robpike robpike closed this as completed in 3702553 Sep 3, 2015
@golang golang locked and limited conversation to collaborators Sep 4, 2016
@rsc rsc unassigned robpike Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants