protocol: respect range header when reading from asar

This commit is contained in:
deepak1556 2016-09-08 10:14:49 +05:30
parent 1ae7b2fcbc
commit bd291b9601
2 changed files with 32 additions and 42 deletions

View file

@ -118,6 +118,7 @@ class URLRequestAsarJob : public net::URLRequestJob {
net::HttpByteRange byte_range_;
int64_t remaining_bytes_;
int64_t seek_offset_;
net::Error range_parse_result_;