about summary refs log tree commit homepage
path: root/examples/newswww.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/newswww.psgi')
-rw-r--r--examples/newswww.psgi8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/newswww.psgi b/examples/newswww.psgi
index 3cce7191..52ad7043 100644
--- a/examples/newswww.psgi
+++ b/examples/newswww.psgi
@@ -36,14 +36,6 @@ builder {
         # regular PublicInbox::WWW code:
         # see comments in examples/public-inbox.psgi for more info:
         mount '/' => builder {
-                eval {
-                        enable 'Deflater',
-                                content_type => [ qw(
-                                        text/html
-                                        text/plain
-                                        application/atom+xml
-                                        )]
-                };
                 eval { enable 'ReverseProxy' };
                 enable 'Head';
                 sub { $www->call($_[0]) }