commit | 183e214e2df11d38451dba18b178eee9819c9f84 | [log] [tgz] |
---|---|---|
author | Min Qin <qinmin@chromium.org> | Tue Jun 11 18:28:49 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jun 11 18:28:49 2019 |
tree | 8ebb228639c595dab539535774108fdc4b06d9e4 | |
parent | eccfbdf8982330b68748a17ee24cffb9f8367a2c [diff] |
Add a flag to allow parallel downloading without accept-ranges header in response. If a download response doesn't have accept-ranges header, we don't fork parallel requests today. A majority server doesn't send accept-ranges header even though they support it. This CL adds a flag to enable parallel downloading even accept-ranges header are not present. BUG=971366 Change-Id: I11fc2e7c131a7407d7ee5f269ee5e6b3ff2ce789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648797 Reviewed-by: Xing Liu <xingliu@chromium.org> Reviewed-by: Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#668062}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .