cache: Serve Range GET from disk when object present #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Steam clients lean on
Rangerequests; if we only cache full objects or always re-hit upstream for ranges, hit/miss can look fine while downloads still feel cold.Why
Range-from-cache is real hit behavior for Steam traffic.
Scope
/metricscounter for range-from-cache vs range-upstreamAcceptance
Out of scope
Size: M. From Forge Meeting (Moss).