You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All dependencies are downloaded successfully, executable is built.
What did you see instead?
Sometimes there are errors like:
http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR
unexpected EOF
Can we do some retries when such thing happens? It becomes almost impossible to build application when one of repositories is not stable or in case of our goproxy have wrong settings. We solved problem on our side by increasing http2_max_requests for web server of our nexus from 1000(default) to 10000.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Tried to run go build
What did you expect to see?
All dependencies are downloaded successfully, executable is built.
What did you see instead?
Sometimes there are errors like:
Can we do some retries when such thing happens? It becomes almost impossible to build application when one of repositories is not stable or in case of our goproxy have wrong settings. We solved problem on our side by increasing http2_max_requests for web server of our nexus from 1000(default) to 10000.
The text was updated successfully, but these errors were encountered: