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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable