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
Unknown Object (File)
Thu, Jan 30, 7:38 AM
Unknown Object (File)
Thu, Jan 23, 2:17 PM
Unknown Object (File)
Tue, Jan 21, 10:25 AM
Unknown Object (File)
Jan 11 2025, 2:15 AM
Unknown Object (File)
Jan 10 2025, 3:15 AM
Unknown Object (File)
Jan 8 2025, 11:43 AM
Unknown Object (File)
Dec 29 2024, 1:37 AM
Unknown Object (File)
Dec 27 2024, 11:24 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable