Description
There was a previous mailing list post at https://groups.google.com/forum/#!topic/golang-nuts/fFEuIHf6NWE about this issue. @broady fixed it once back in June but it's happening again, as @stevenh mentioned about a week ago.
Just now, with Chrome's network profiler open, when I load https://golang.org/pkg/net/http/, I see waiting TTFB at 5.94s; loading https://golang.org/pkg/encoding/json/ spent 3.62s waiting TTFB. But then if I load another package's documentation in the same tab, it seems to load acceptably fast. Sometimes other packages in a new tab load quickly, so I don't understand if it's actually intermittent, or if Chrome is doing something that speeds up subsequent connections, or something else altogether.
Is there other information I or anyone else can gather to help with this issue?