Skip to content
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

When downloading large exports, connection times out before download completes #5

Open
richarda23 opened this issue Aug 20, 2020 · 0 comments

Comments

@richarda23
Copy link
Owner

richarda23 commented Aug 20, 2020

this occurs for large files e.g. > 100Mb but will be dependent on network speed. Need to configure connection time out to be much longer for downloads to allow full download to complete

Affects 0.0.18

https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/ describes probably cause, that client timeout includes reading all response body. Solution is to either read in chunks with individual timeouts or setting more specific timeout on request submission and reading response headers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant