backend/feeds: add gzip
This commit is contained in:
parent
38bb1cebe8
commit
877be7815b
|
@ -158,6 +158,10 @@
|
||||||
break; // rpc
|
break; // rpc
|
||||||
|
|
||||||
case "feeds":
|
case "feeds":
|
||||||
|
if (ENABLE_GZIP_OUTPUT) {
|
||||||
|
ob_start("ob_gzhandler");
|
||||||
|
}
|
||||||
|
|
||||||
$tags = $_GET["tags"];
|
$tags = $_GET["tags"];
|
||||||
|
|
||||||
$subop = $_GET["subop"];
|
$subop = $_GET["subop"];
|
||||||
|
|
Loading…
Reference in New Issue