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
Instead of just blindly check if file presented locally, we should first do a HEAD to check if the blob still exists and also verify etag. If either of cases is true (blob is missing or checksum is not the same) we should clean up local cache and return 404.
The text was updated successfully, but these errors were encountered:
Instead of just blindly check if file presented locally, we should first do a
HEAD
to check if the blob still exists and also verifyetag
. If either of cases is true (blob is missing or checksum is not the same) we should clean up local cache and return 404.The text was updated successfully, but these errors were encountered: