protocol: respect range header when reading from asar
This commit is contained in:
parent
1ae7b2fcbc
commit
bd291b9601
2 changed files with 32 additions and 42 deletions
|
@ -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_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue