Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Server should only send filelist with updated files #15

Open
matthijsln opened this issue Jul 4, 2014 · 1 comment
Open

Server should only send filelist with updated files #15

matthijsln opened this issue Jul 4, 2014 · 1 comment
Assignees
Milestone

Comments

@matthijsln
Copy link
Member

Ignore files with last modified earlier than or equal to If-Modified-Since. This won't detect deleted files though.

@matthijsln
Copy link
Member Author

File deletes update the parent directories' last modified date; send filelist for files and subdirectories of modified directories (may require change in directory traversal code, is it guaranteed depth-first?) so client can delete files not in filelist.

@matthijsln matthijsln added this to the 1.0 milestone Jul 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant