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

New vcl_backend_refresh method #3994

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. VCL: introduce sub vcl_backend_refresh

    This commit introduces a new sub vcl_backend_refresh method intended
    to allow allow a more flexible approach on object revalidation.
    walid-git committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5978808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c3ccb View commit details
    Browse the repository at this point in the history
  3. VCL: Introduce new obj_stale variable

    obj_stale variable gives access to the stale object we had in cache
    when doing a 304 revalidation. It is only readable from vcl_backend_refresh
    subroutine.
    walid-git committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b4b91fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a24fe5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faae012 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbdbf05 View commit details
    Browse the repository at this point in the history