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
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