Cache header data passthrough #2
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Help Wanted
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
h/ytrss#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Currently, even clients capable of caching RSS feeds are unable to do so. This is an issue, especially since querying the RSS feed endpoint indicates that Google wishes for them to be cached for 15 minutes, and additionally caches them internally. To solve this, it may be worth trying to provide the
Expirestimestamp from the upstream to the client, at least in production deployments.It is worth noting that an ideal production deployment would have a caching reverse proxy both between the client and ytrss deployment and between the ytrss deployment and YouTube service, so this feature would improve the effectiveness of caching in that case, as a stale RSS feed served by the local or provider-side YouTube reverse proxy would not have its modified form cached by the ytrss reverse proxy for longer than actually necessary.