Home GnuPG

Support "Range: bytes=123-" requests
d1a971e22156Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Support "Range: bytes=123-" requests

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.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12219

Differential Revision: https://secure.phabricator.com/D17626

Details

Provenance
epriestley <git@epriestley.com>Authored on Apr 5 2017, 7:51 PM
Parents
rPHAB63828f580689: Store and verify content integrity checksums for files
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHABd1a971e22156: Support "Range: bytes=123-" requests (authored by epriestley <git@epriestley.com>).Apr 5 2017, 8:25 PM