mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 05:15:00 +00:00
There are no rage requests here (#5037)
This commit is contained in:
parent
4bdcec9622
commit
9997dc0870
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ impl Error {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The server doesn't support rage requests (it doesn't return the necessary headers).
|
// The server doesn't support range requests (it doesn't return the necessary headers).
|
||||||
ErrorKind::AsyncHttpRangeReader(
|
ErrorKind::AsyncHttpRangeReader(
|
||||||
AsyncHttpRangeReaderError::ContentLengthMissing
|
AsyncHttpRangeReaderError::ContentLengthMissing
|
||||||
| AsyncHttpRangeReaderError::ContentRangeMissing,
|
| AsyncHttpRangeReaderError::ContentRangeMissing,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue