mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-29 16:08:22 +01:00
a7a068f84c
Summary: Fixes T12531. Strictness fallout from adding typechecking in D17616. - `chunkedHash` is not a real parameter, so the new typechecking was unhappy about it. - `mime-type` no longer allows `null`. Test Plan: - Ran `arc upload --conduit-uri ... 12MB.zero` on a 12MB file full of zeroes. - Before patch: badness, failure, fallback to one-shot uploads. - After patch: success and glory. Reviewers: chad Subscribers: joshuaspence Maniphest Tasks: T12531 Differential Revision: https://secure.phabricator.com/D17651 |
||
---|---|---|
.. | ||
FileAllocateConduitAPIMethod.php | ||
FileConduitAPIMethod.php | ||
FileDownloadConduitAPIMethod.php | ||
FileInfoConduitAPIMethod.php | ||
FileQueryChunksConduitAPIMethod.php | ||
FileUploadChunkConduitAPIMethod.php | ||
FileUploadConduitAPIMethod.php | ||
FileUploadHashConduitAPIMethod.php | ||
PhabricatorFileSearchConduitAPIMethod.php |