mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 18:44:04 +02:00
feat: add vendor http header to cached responses (#4040)
This commit is contained in:
@@ -32,7 +32,7 @@ class DisplayAction implements ActionInterface
|
||||
return new Response('', 304, ['last-modified' => $modificationTimeGMT . 'GMT']);
|
||||
}
|
||||
}
|
||||
return $cachedResponse;
|
||||
return $cachedResponse->withHeader('rss-bridge', 'This is a cached response');
|
||||
}
|
||||
|
||||
if (!$bridgeName) {
|
||||
|
Reference in New Issue
Block a user