You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update matches_requested_range to handle clamped ranges
After clamping range ends and suffixes to file size, the response
range can be shorter than what was originally requested. Relax the
equality checks to accept clamped responses:
- `Range`: accept response end <= requested end
- `Suffix`: accept response length <= requested suffix
Add tests for suffix edge cases: response not ending at file
boundary, and response length exceeding the requested suffix.
0 commit comments