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

cache-aware server push (cookie-based) #432

Merged
merged 14 commits into from Aug 12, 2015
Merged

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Aug 9, 2015

This PR implements cache-aware server push using cookies.

ToDo:

  • provide a configuration directive to turn on the feature (default should be OFF)
  • provide a way to define the mime-types of files that need to be tracked
  • implement a way to create positive list of the fingerprint that can be used to evict the negative ones (i.e. flags corresponding to files being removed or altered) from the client-side cookie
    • note: this is only necessary for cookie-based approach; when using SW we can build an accurate fingerprint on the client-side by iterating through the SW cache

part of #421

@kazuho kazuho mentioned this pull request Aug 9, 2015
@kazuho kazuho added this to the v1.5 milestone Aug 12, 2015
kazuho added a commit that referenced this pull request Aug 12, 2015
cache-aware server push (cookie-based)
@kazuho kazuho merged commit e96b396 into master Aug 12, 2015
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.

None yet

1 participant