request improve http_archive download ability
- Dominant language
- Java
- Stars
- 25.8k
- Forks
- 4.6k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 75
Description
### Description of the feature request:
when http_archive get partial content, it should try a again from last failed postion with a max try times.
### What underlying problem are you trying to solve with this feature?
when get a large file use proxy, some times get partial content, bazel now will abort build action, request handle http 206 code
### Which operating system are you running Bazel on?
linux
### What is the output of `bazel info release`?
5.2.1
### If `bazel info release` returns `development version` or `(@non-git)`, tell us how you built Bazel.
_No response_
### What's the output of `git remote get-url origin; git rev-parse master; git rev-parse HEAD` ?
_No response_
### Have you found anything relevant by searching the web?
_No response_
### Any other information, logs, or outputs that you want to share?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.