Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix responses not being streamed (#347)
The ETag calculation was still happening, so somewhat slow responses (e.g. transcodes of an hour of music) could take a minute until first byte sent. This means that clients time out when trying to stream these files.
- Loading branch information