-
Notifications
You must be signed in to change notification settings - Fork 18k
proxy.golang.org: HTTP/2 Stream error when using GOPROXY="https://proxy.golang.org,direct" #41429
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
Comments
proxy.golang.org is served by the same Google-wide serving infrastructure as all Google sites, so whatever's going on here is not specific to proxy.golang.org. #29125 looks vaguely related. I'm not a |
@darsenault here to add a bit of context.
|
Sorry, I have no idea what could be going wrong. HTTP/2-level concerns are handled by Google-wide serving infrastructure, which is completely oblivious to what module you're requesting. As far as I know it should be literally impossible for proxy.golang.org to cause this problem. And we've never had a report like this before. It seems like you checked all the right things, but it still sounds more like something interfering with the connection than a server-side bug. If you want to debug further, I'd suggest getting a pcap. |
Or maybe |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?1.15.2
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Mac OSX Catalina
What did you do?
And then:
What did you expect to see?
Success
What did you see instead?
What appears to be a terminated HTTP stream? NO_ERROR - but no success.
This bug relates to microcosm-cc/bluemonday#104 where the root cause was initially non-obvious.
The text was updated successfully, but these errors were encountered: