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

Fixes to improve the (re)loading of the GUI after update #221

Merged
merged 2 commits into from
Jul 26, 2021

Commits on Jul 24, 2021

  1. Changed to use ETag/If-None-Match for caching

    The date format for the Last-Modified header was wrong and was a bit brute force. Using ETag allows proper caching of the each individual file, even over firmware updates.
    
    Also added the Cache-Control header, to force the browser to check with the WiFi module if the file hase changed before using a cached version.
    jeremypoulter committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    73ba1e4 View commit details
    Browse the repository at this point in the history
  2. Latest GUI

    jeremypoulter committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    4de2aa9 View commit details
    Browse the repository at this point in the history