On 2/23/18, Florian Balmer <[email protected]> wrote: > > 2. There's no "Last-modified" HTTP header when downloading unversioned > files through the /uv web page, causing undesired network traffic for > `wget -N' scripting scenarios, for example, and maybe also with web > spiders (if they are enabled). I would like to suggest sending the > "Last-modified" HTTP header corresponding to the timestamp of the > requested unversioned file.
There is still no Last-Modified: header. But I did add ETag: on replies and compare against If-None-Match: on requests, so that unnecessary /uv downloads can be avoided. Is the new ETag mechanism sufficient for your purposes? -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

