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
refactor: simplify file_range by deduplicating match arms
Extract the common Bound/ContentRange construction out of the three
satisfiable match arms. The match now only computes the start..=end
range, and a single block after it builds the Content-Range header.
Also simplifies the guards to plain arithmetic comparisons.
0 commit comments