Page MenuHomePhabricator

Allow HTTPSFuture to stream very large files directly to disk
ClosedPublic

Authored by epriestley on Aug 29 2019, 5:38 PM.
Tags
None
Referenced Files
F13091756: D20745.diff
Thu, Apr 25, 3:12 AM
Unknown Object (File)
Tue, Apr 16, 4:19 PM
Unknown Object (File)
Thu, Apr 11, 11:02 AM
Unknown Object (File)
Fri, Mar 29, 1:58 PM
Unknown Object (File)
Mar 20 2024, 9:40 PM
Unknown Object (File)
Mar 20 2024, 12:03 AM
Unknown Object (File)
Feb 4 2024, 3:09 AM
Unknown Object (File)
Jan 27 2024, 2:27 AM
Subscribers
None

Details

Summary

Ref T13396. Support a mode which directs "HTTPSFuture" to stream response bodies to disk. In this mode, use the new streaming parser to break past the 2GB limit.

Test Plan
  • Ran various HTTP commands to attempt to establish that this does not change any existing behavior.
  • In the next change (internal), modified bin/host download to use this pathway and downloaded large files.

Diff Detail

Repository
rPHU libphutil
Branch
http1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23321
Build 32043: Run Core Tests
Build 32042: arc lint + arc unit