mirror of https://github.com/astral-sh/uv
There are no rage requests here (#5037)
This commit is contained in:
parent
4bdcec9622
commit
9997dc0870
|
|
@ -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…
Reference in New Issue