about summary refs log tree commit homepage
path: root/examples/unsubscribe.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unsubscribe.psgi')
-rw-r--r--examples/unsubscribe.psgi1
1 files changed, 0 insertions, 1 deletions
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(@_) };