summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-20 07:48:54 +0100
committerAndrew Dolgov <[email protected]>2008-05-20 07:48:54 +0100
commit877be7815b5a122e7090ebdd8772997c5f0c23c8 (patch)
tree08e5631639d9ab1ac46318932331186a8ad41107 /backend.php
parent38bb1cebe808b15c99716081d319ecc0dce82d69 (diff)
backend/feeds: add gzip
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index a85351d8a..a6cb18a49 100644
--- a/backend.php
+++ b/backend.php
@@ -158,6 +158,10 @@
break; // rpc
case "feeds":
+ if (ENABLE_GZIP_OUTPUT) {
+ ob_start("ob_gzhandler");
+ }
+
$tags = $_GET["tags"];
$subop = $_GET["subop"];