Page MenuHomePhabricator

Use AphrontRequestStream to read request input
ClosedPublic

Authored by epriestley on Mar 16 2016, 6:06 PM.
Tags
None
Referenced Files
F13141239: D15484.diff
Fri, May 3, 4:26 AM
Unknown Object (File)
Mon, Apr 29, 4:32 PM
Unknown Object (File)
Thu, Apr 25, 12:10 AM
Unknown Object (File)
Wed, Apr 24, 9:32 PM
Unknown Object (File)
Wed, Apr 24, 4:24 PM
Unknown Object (File)
Wed, Apr 24, 4:24 PM
Unknown Object (File)
Wed, Apr 24, 4:24 PM
Unknown Object (File)
Wed, Apr 24, 4:23 PM
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.