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

Input module which handles the caching HTTP headers #10

Closed
ironsmile opened this issue May 31, 2015 · 2 comments
Closed

Input module which handles the caching HTTP headers #10

ironsmile opened this issue May 31, 2015 · 2 comments
Assignees
Milestone

Comments

@ironsmile
Copy link
Owner

This module should read the client's request headers and decide if the cache should be used for the response. When the request clearly says it does not want cache, the content will be fetched from the origin directly.

This is different than the module which decides if a file downloaded from the storage should be stored.

@ironsmile
Copy link
Owner Author

This is now done in the cache handler module. So this ticket is obsolete?

@ironsmile
Copy link
Owner Author

Superseded by #46

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

No branches or pull requests

2 participants