There are no rage requests here (#5037)

This commit is contained in:
Zanie Blue 2024-07-13 11:35:51 -04:00 committed by GitHub
parent 4bdcec9622
commit 9997dc0870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ impl Error {
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(
AsyncHttpRangeReaderError::ContentLengthMissing
| AsyncHttpRangeReaderError::ContentRangeMissing,