Page MenuHomePhabricator

Use AphrontRequestStream to read request input
ClosedPublic

Authored by epriestley on Mar 16 2016, 6:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 4:20 PM
Unknown Object (File)
Thu, Apr 11, 8:27 AM
Unknown Object (File)
Tue, Apr 9, 8:20 PM
Unknown Object (File)
Mar 18 2024, 6:46 AM
Unknown Object (File)
Mar 16 2024, 12:51 AM
Unknown Object (File)
Feb 23 2024, 7:05 AM
Unknown Object (File)
Feb 23 2024, 7:05 AM
Unknown Object (File)
Feb 16 2024, 10:49 AM
Subscribers
None

Details

Summary

Ref T10604. This uses the new standalone stream reader introduced in D15483 to read request data, instead of putting the logic in PhabricatorStartup.

It also doesn't read request data until it specifically needs to. This supports, e.g., streaming Git LFS PUT requests, and streaming more types of requests in the future.

Test Plan

See D15483. Made various different types of requests and wasn't immediately able to break anything.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Use AphrontRequestStream to read request input.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 16 2016, 6:07 PM
This revision was automatically updated to reflect the committed changes.