mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
fix previous wrt if-modified-since being added to context options headers
This commit is contained in:
@@ -500,7 +500,7 @@
|
||||
);
|
||||
|
||||
if (!$post_query && $last_modified) {
|
||||
$context_options['http']['header'] = "If-Modified-Since: $last_modified\r\n";
|
||||
array_push($context_options['http']['header'], "If-Modified-Since: $last_modified");
|
||||
}
|
||||
|
||||
if (defined('_HTTP_PROXY')) {
|
||||
|
||||
Reference in New Issue
Block a user