https://downforeveryoneorjustme.com/http2.golang.org?proto=https
Comment From: davecheney
Mea culpa, it looks like this service was torn down in https://github.com/golang/go/issues/49301
However,
- [ ] The domain is still registered
- [ ] The documentation at https://pkg.go.dev/golang.org/x/net/http2 references http2.golang.org.
Comment From: seankhliao
Does registered here mean having a DNS record or something else?
Comment From: dr2chase
There's two mentions in the source code as of right now:
git grep http2.golang.org
http2.go:// See https://http2.golang.org/ for a test server running this code.
transport_test.go: transportHost = flag.String("transporthost", "http2.golang.org", "hostname to use for TestTransport")
@neild, @tombergan, any recommendations? Seems like that test is either always failing or dead code.
Comment From: gopherbot
Change https://go.dev/cl/693895 mentions this issue: http2: remove references to defunct http2.golang.org test server