Page MenuHomePhabricator

Support "Range: bytes=123-" requests
ClosedPublic

Authored by epriestley on Apr 5 2017, 6:05 PM.
Tags
None
Referenced Files
F15163593: D17626.diff
Tue, Feb 18, 11:48 AM
Unknown Object (File)
Mon, Feb 17, 1:47 AM
Unknown Object (File)
Mon, Feb 10, 11:08 PM
Unknown Object (File)
Sun, Feb 2, 3:49 PM
Unknown Object (File)
Tue, Jan 21, 11:21 AM
Unknown Object (File)
Jan 17 2025, 9:26 PM
Unknown Object (File)
Jan 8 2025, 2:08 PM
Unknown Object (File)
Jan 1 2025, 3:26 PM
Subscribers
None

Details

Summary

Ref T12219. We currently only support Range requests like "bytes=123-456", but "bytes=123-", meaning "until end of file", is valid, and Chrome can send these requests.

I suspect this is the issue with T12219.

Test Plan

Used nc local.phacility.com 80 to pipe raw requests, saw both "bytes=123-456" and "bytes=123-" requests satisfied correctly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 5 2017, 6:24 PM
This revision was automatically updated to reflect the committed changes.