added suggestion to record ETags in URL- keys

This commit is contained in:
Ilya_Shlyakhter 2022-07-18 16:43:28 +00:00 committed by admin
parent 14e8b42c77
commit 1155bbb3db

View file

@ -0,0 +1 @@
Many websites return an Etag in the http response header, indicating the version of the resource. Could the etag (or a checksum of it) be recorded in the URL- key, the way size is now? Then e.g. `fsck --from web` could do a stronger check that the same file is still downloadable from the web, and the situation where different remotes have different versions of a file with the same URL- key could be better prevented.