]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-httpd
stop auto-loading Plack::Middleware::Deflater
[public-inbox.git] / script / public-inbox-httpd
index 09da505e5028952a60551f7bd2ffc25cf57c7780..b8159f3a5db233272cc10eaf83bfa8c924058e71 100755 (executable)
@@ -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",