Page MenuHomePhabricator

Allow application code to stream request data
Open, NormalPublic

Description

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

Event Timeline

eadler added a project: Restricted Project.Aug 5 2016, 5:24 PM
epriestley edited projects, added Diffusion (v3); removed Diffusion.