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
cmd/go: unexpected EOF
error in proxy fetch path lacks error context
#52727
Comments
I think this is coming from the That appears to come from here: The error text is not in line with Effective Go's guidance ”to provide detailed error information”, but it almost certainly cannot be changed now, so we need to wrap the error on the caller side. |
Change https://go.dev/cl/406675 mentions this issue: |
This may well be a bug in the
proxy.golang.org
server, but without more detail from the error message we don't have a good way to track it down. Step one is to improve the error message to describe exactly which URL produced theunexpected EOF
error.The text was updated successfully, but these errors were encountered: