Skip to content

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

@richarda23

Description

@richarda23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions