Delete all "force chunking" file upload code

Summary: Ref T7149. This was just to make testing easier, but chunking substantially works now.

Test Plan: `grep`

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7149

Differential Revision: https://secure.phabricator.com/D12076
This commit is contained in:
epriestley
2015-03-15 11:32:18 -07:00
parent bc28b2c3a8
commit 6b69bc3fbb
2 changed files with 0 additions and 16 deletions

View File

@@ -42,9 +42,6 @@ final class PhabricatorFileDropUploadController
'name' => $name,
'contentLength' => $request->getInt('length'),
'viewPolicy' => $view_policy,
// TODO: Remove.
// 'forceChunking' => true,
);
$result = id(new ConduitCall('file.allocate', $params))