Skip to content

Commit

Permalink
There are no rage requests here (#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jul 13, 2024
1 parent 4bdcec9 commit 9997dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9997dc0

Please sign in to comment.