Allocate full buffer if `Content-Length` is sent for part
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 1.1k
- Avg merge
- 8d 2h
- Merged PRs (30d)
- 21
Description
The memory storage should preallocate the full buffer if the client provides the `Content-Length` header for that part. This would save us from peaking at twice the memory as the file is, and probably increase performance.
Contributor guide
Assessment
This issue has not been assessed yet.