backend/feeds: add gzip
This commit is contained in:
parent
38bb1cebe8
commit
877be7815b
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@
|
|||
break; // rpc
|
||||
|
||||
case "feeds":
|
||||
if (ENABLE_GZIP_OUTPUT) {
|
||||
ob_start("ob_gzhandler");
|
||||
}
|
||||
|
||||
$tags = $_GET["tags"];
|
||||
|
||||
$subop = $_GET["subop"];
|
||||
|
|
Loading…
Reference in a new issue