From a3f00c4a7851b98b81a2fcb31d5ed131908e22de Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Jul 2020 23:27:29 +0000 Subject: stop auto-loading Plack::Middleware::Deflater Instead of gzipping some (mbox.gz, manifest.js.gz) responses and leaving P::M::D to do the rest, we gzip everything ourselves, now, so P::M::D is redundant. --- examples/unsubscribe.psgi | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/unsubscribe.psgi') diff --git a/examples/unsubscribe.psgi b/examples/unsubscribe.psgi index 6a40f251..7b97e253 100644 --- a/examples/unsubscribe.psgi +++ b/examples/unsubscribe.psgi @@ -61,7 +61,6 @@ my $app = PublicInbox::Unsubscribe->new( builder { mount '/u' => builder { - eval { enable 'Deflater' }; # optional eval { enable 'ReverseProxy' }; # optional enable 'Head'; sub { $app->call(@_) }; -- cgit v1.2.3-24-ge0c7