diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 02:04:23 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-29 02:04:23 +0000 |
commit | 661376a6c1eb3bd501398f225363c2d021288245 (patch) | |
tree | a3af92c3f89ae0fcd3cfc5e79e4a8f3217d7db04 /chrome/browser/input_window_dialog_win.cc | |
parent | d9cf0786fb6f4e136c037d69e08e8adb57ee921b (diff) | |
download | chromium_src-661376a6c1eb3bd501398f225363c2d021288245.zip chromium_src-661376a6c1eb3bd501398f225363c2d021288245.tar.gz chromium_src-661376a6c1eb3bd501398f225363c2d021288245.tar.bz2 |
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
Review URL: http://codereview.chromium.org/102006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/input_window_dialog_win.cc')
0 files changed, 0 insertions, 0 deletions