about summary refs log tree commit homepage
path: root/script/public-inbox-httpd
diff options
context:
space:
mode:
Diffstat (limited to 'script/public-inbox-httpd')
-rwxr-xr-xscript/public-inbox-httpd9
1 files changed, 0 insertions, 9 deletions
diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd
index 09da505e..b8159f3a 100755
--- a/script/public-inbox-httpd
+++ b/script/public-inbox-httpd
@@ -27,15 +27,6 @@ my $refresh = sub {
                 my $www = PublicInbox::WWW->new;
                 $www->preload;
                 $app = builder {
-                        eval {
-                                enable 'Deflater',
-                                        content_type => [ qw(
-                                                text/html
-                                                text/plain
-                                                application/atom+xml
-                                                )]
-                        };
-
                         eval { enable 'ReverseProxy' };
                         $@ and warn
 "Plack::Middleware::ReverseProxy missing,\n",