added suggestion to record ETags in URL- keys
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>
Mon, 18 Jul 2022 16:43:28 +0000 (16:43 +0000)
committeradmin <admin@branchable.com>
Mon, 18 Jul 2022 16:43:28 +0000 (16:43 +0000)
doc/todo/record_ETag_when_using_addurl_--fast.mdwn [new file with mode: 0644]

diff --git a/doc/todo/record_ETag_when_using_addurl_--fast.mdwn b/doc/todo/record_ETag_when_using_addurl_--fast.mdwn
new file mode 100644 (file)
index 0000000..252fd1a
--- /dev/null
@@ -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.