]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox.cgi
stop auto-loading Plack::Middleware::Deflater
[public-inbox.git] / script / public-inbox.cgi
index c766483a208cacb4dceec28e8c80795447591ed6..42ab17c9e34b8e10fb24a0410ec25a9b620a3d09 100755 (executable)
@@ -13,14 +13,7 @@ BEGIN {
        PublicInbox::WWW->preload if $ENV{MOD_PERL};
 }
 my $www = PublicInbox::WWW->new;
-my $have_deflater = eval { require Plack::Middleware::Deflater; 1 };
 my $app = builder {
-       if ($have_deflater) {
-               enable 'Deflater',
-                       content_type => [ 'text/html', 'text/plain',
-                                       'application/atom+xml' ];
-       }
-
        # Enable to ensure redirects and Atom feed URLs are generated
        # properly when running behind a reverse proxy server which
        # sets the X-Forwarded-Proto request header.