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

x/tools/cmd/godoc: https://golang.org/{AUTHORS,CONTRIBUTORS} and other plain text files at root are giving 500 Internal Server Error #21484

Closed
dmitshur opened this issue Aug 16, 2017 · 2 comments

Comments

@dmitshur
Copy link
Contributor

The following URLs used to work okay, but are currently giving 500 Internal Server Error status code and no body:

$ curl -i 'https://golang.org/AUTHORS'
HTTP/1.1 500 Internal Server Error
X-Cloud-Trace-Context: dc96cd82ab16c303d2cfe037e26c2a7d
Date: Wed, 16 Aug 2017 23:24:14 GMT
Content-Type: text/html
Server: Google Frontend
Content-Length: 0
Alt-Svc: quic=":443"; ma=2592000; v="39,38,37,35"

$ 

However, they work okay in plain text mode:

These domains are fine at this time:

@ianlancetaylor ianlancetaylor changed the title https://golang.org/{AUTHORS,CONTRIBUTORS} and other plain text files at root are giving 500 Internal Server Error x/tools/cmd/godoc: https://golang.org/{AUTHORS,CONTRIBUTORS} and other plain text files at root are giving 500 Internal Server Error Aug 16, 2017
@gopherbot gopherbot added this to the Unreleased milestone Aug 16, 2017
@ianlancetaylor
Copy link
Contributor

@shantuo

@dmitshur
Copy link
Contributor Author

dmitshur commented Sep 6, 2017

All those URLs are working okay now, so I understand this issue has been resolved.

@dmitshur dmitshur closed this as completed Sep 6, 2017
@golang golang locked and limited conversation to collaborators Sep 6, 2018
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

3 participants