SiaFoundation / siad

The Sia daemon
https://sia.tech
MIT License
130 stars 28 forks source link

Fix /renter/stream TTFB #130

Closed n8maninger closed 2 years ago

n8maninger commented 2 years ago

http.timeoutHandler buffers the entire response in memory until the HTTP handler returns; this causes files downloaded by /renter/stream to be buffered in memory until completely downloaded instead of streamed.

Pulls in the change from skyd https://gitlab.com/SkynetLabs/skyd/-/commit/913ca81136671fd6f81dfa2b8a20e00a42afd9bc