Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Issue 102006: Supports single range request with file protocol... (Closed)

Created:
11 years, 8 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Supports single range request with file protocol Added range request support in URLRequestFileJob to respect "Range" HTTP header. Fail with ERR_REQUESTED_RANGE_NOT_SATISFIABLE if range is bad. The following range request modes are supported: 1. Fully specified: bytes=x-y 2. With first byte position only: bytes=x- 3. With suffix length: bytes=-y Multiple ranges in a single request is not supported as we need to multipart encoding.. Last review was here: http://codereview.chromium.org/92149 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14817

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -9 lines) Patch
M net/base/net_error_list.h View 2 chunks +5 lines, -1 line 0 comments Download
M net/url_request/url_request_file_job.h View 4 chunks +6 lines, -1 line 0 comments Download
M net/url_request/url_request_file_job.cc View 7 chunks +62 lines, -6 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 3 chunks +134 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698