golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.41k stars 17.71k forks source link

website: tip.golang.org fails with 502 Bad Gateway #9386

Closed minux closed 9 years ago

minux commented 9 years ago
$ curl -v http://tip.golang.org/
* Hostname was NOT found in DNS cache
*   Trying 2607:f8b0:400d:c03::8d...
* Connected to tip.golang.org (2607:f8b0:400d:c03::8d) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.0
> Host: tip.golang.org
> Accept: */*
> 
< HTTP/1.1 502 Bad Gateway
< Date: Thu, 18 Dec 2014 22:42:07 GMT
< Content-Type: text/html
* Server Google Frontend is not blacklisted
< Server: Google Frontend
< Content-Length: 33
< Alternate-Protocol: 80:quic,p=0.02
< 
Error from HTTP-over-RPC proxy: 
* Connection #0 to host tip.golang.org left intact
bradfitz commented 9 years ago

We know. @gmlewis, @dsymonds, et al are on it. It's some App Engine configuration or quota problem with us trying to deploy the new appenginevm app.

minux commented 9 years ago

Seems fixed.

adg commented 9 years ago

Yep, fixed.

On 9 January 2015 at 13:36, Minux Ma notifications@github.com wrote:

Seems fixed.

— Reply to this email directly or view it on GitHub https://github.com/golang/go/issues/9386#issuecomment-69285372.