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

Weekly Sync Oct 11 part 2 #423

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Weekly Sync Oct 11 part 2 #423

merged 2 commits into from
Oct 11, 2024

Commits on Oct 4, 2024

  1. Don't reuse session when downstream errors during cache miss

    When a downstream error occurs while a cache miss is being served, the
    downstream error is ignored so the upstream can continue writing to the
    cache. However, it is not safe to try reusing the server session in this
    case.
    drcaramelsyrup committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    81189d4 View commit details
    Browse the repository at this point in the history
  2. document request_body_filter

    Includes-commit: cd6f777
    Replicated-from: #402
    Signed-off-by: spacewander <[email protected]>
    spacewander authored and drcaramelsyrup committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    be6dcdb View commit details
    Browse the repository at this point in the history