Skip to content

Downloading backend binary should be streaming #12

Description

@robinheghan

When downloading the backend binary, we currently use HttpClient.send, which buffers the entire download in memory. In certain environments this can cause the download to fail.

We should download the binary in a streaming fashion to reduce the amount of memory required to download the compiler

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions