For large requests (in particular: Git LFS operations, VCS HTTP operations) we want to stream data from the request instead of reading it all upfront.
Supporting this for Git LFS PUT operations (required for LFS) is more important than for POST operations in general (improves HTTP VCS support for large operations).