Prevent shared caches from storing live Gitea API responses #110
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#110
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/109-prevent-shared-api-caching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a targeted HTTP middleware policy so live context and activity responses are never retained by intermediary caches.
Tests:
python3 -m pytest tests/ -q(66 passed)Closes #109