What version of Go are you using (go version)?
go1.8.1.typealias
What operating system and processor architecture are you using (go env)?
Linux amd64
What did you do?
go run refused-stream.go -bucket veener-jba-doc-test-bucket -object datastore
Where refused-stream.go is https://gist.github.com/jba/9e75c3aedeb4e8b98a323424283fae88.
(veener-jba-doc-test-bucket/datastore should be publicly readable, but I'm guessing any object would do.)
What did you expect to see?
No output.
What did you see instead?
Often (not always), it fails with
2017/07/11 16:09:29 url Error &url.Error{Op:"Get", URL:"https://storage.googleapis.com/veener-jba-doc-test-bucket/datastore", Err:http.http2StreamError{StreamID:0xdd, Code:0x7, Cause:error(nil)}}, temporary=false, timeout=false
2017/07/11 16:09:29 NewReader: Get https://storage.googleapis.com/veener-jba-doc-test-bucket/datastore: stream error: stream ID 221; REFUSED_STREAM (*url.Error)
exit status 1
What version of Go are you using (
go version)?go1.8.1.typealias
What operating system and processor architecture are you using (
go env)?Linux amd64
What did you do?
Where refused-stream.go is https://gist.github.com/jba/9e75c3aedeb4e8b98a323424283fae88.
(veener-jba-doc-test-bucket/datastore should be publicly readable, but I'm guessing any object would do.)
What did you expect to see?
No output.
What did you see instead?
Often (not always), it fails with