mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
backend/feeds: add gzip
This commit is contained in:
@@ -158,6 +158,10 @@
|
||||
break; // rpc
|
||||
|
||||
case "feeds":
|
||||
if (ENABLE_GZIP_OUTPUT) {
|
||||
ob_start("ob_gzhandler");
|
||||
}
|
||||
|
||||
$tags = $_GET["tags"];
|
||||
|
||||
$subop = $_GET["subop"];
|
||||
|
||||
Reference in New Issue
Block a user