Ref T12219. Chrome can send requests with a "Range: bytes=0-" header, which just means "the whole file", but we don't respond correctly because of a null vs 0 issue.
Details
Details
- Reviewers
- chad 
- Maniphest Tasks
- T12219: Some MP4 videos do not play in Chrome
- Commits
- rPf2a26b260100: When requesting file data, make "Range: bytes=0-" work correctly
Sent a raw bytes=0- request, saw a proper resonse.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- files17
- Lint
- Lint Passed 
- Unit
- Tests Passed 
- Build Status
- Buildable 16325 - Build 21705: Run Core Tests - Build 21704: arc lint + arc unit