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

caching #1

Open
jeffdn opened this issue Oct 6, 2011 · 0 comments
Open

caching #1

jeffdn opened this issue Oct 6, 2011 · 0 comments
Assignees

Comments

@jeffdn
Copy link
Owner

jeffdn commented Oct 6, 2011

Caching needs to be properly implemented in srv. I intend to set it up as a system with two purposes -- forbidden files will be redirected to a "cached" 403 response, while files that are less than half a megabyte and haven't been updated since the last caching will be resent until the file is updated. To check their status, we use sys/stat.h.

@ghost ghost assigned jeffdn Oct 6, 2011
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

1 participant