Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass Date header in PUT request to override file mtime #96

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

josephmturner
Copy link
Contributor

Please double-check that Date is the correct header to use here. I see that Date is listed as a forbidden header.

This feature makes it easy for hyperdrive.el to mirror a directory of files, skipping files which have not been updated since the last upload.

@RangerMauve
Copy link
Owner

How about we use Last-Modified instead? It's more directly related to caching.

@RangerMauve RangerMauve merged commit e6f66d7 into RangerMauve:master Nov 3, 2023
3 checks passed
@RangerMauve
Copy link
Owner

Released new version but changed it to use the Last-Modified header instead

@josephmturner josephmturner deleted the override-mtime branch November 17, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants