-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make download timeout configurable #43
Labels
Comments
I get the following error message:
|
Merged
andrewkroh
added a commit
that referenced
this issue
Jan 14, 2022
Added in #45. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am behind a corporate proxy, which performs some security scanning on all downloads, especially archives. For archives, it will first download the whole thing, scan it and only then pass it to the client. This is done be just sending the client the first few KB and keeping the connection open until the scanning has been completed. Unfortunately, this can take quite some time, especially for big archives with lots of files (like the Go releases) and therefore, the download hits the 3 minute timeout defined in https://github.com/andrewkroh/gvm/blob/main/common/common.go#L39.
In order for me to be able to use GVM, I would need an option to configure this timeout.
The text was updated successfully, but these errors were encountered: