about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-05 20:42:20 +0000
committerEric Wong <e@80x24.org>2019-05-14 03:13:53 +0000
commitd883d4a93b23be134038e28f421eafca70c3d838 (patch)
treefb31bb84b1aaad0a40ab2f09cb9e3c4f920a8c57 /examples
parent1b7e935ab1690e28d790d8db5af2714f13c258cc (diff)
downloadpublic-inbox-d883d4a93b23be134038e28f421eafca70c3d838.tar.gz
Deflating responses may be done by the reverse proxy (e.g. varnish
or nginx), so the warning for it could be invalid.
Diffstat (limited to 'examples')
-rw-r--r--examples/public-inbox.psgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi
index 8886d7fa..0b8500d5 100644
--- a/examples/public-inbox.psgi
+++ b/examples/public-inbox.psgi
@@ -25,8 +25,6 @@ builder {
                                 application/atom+xml
                                 )]
         };
-        $@ and warn
-"Plack::Middleware::Deflater missing, bandwidth will be wasted\n";
 
         # Enable to ensure redirects and Atom feed URLs are generated
         # properly when running behind a reverse proxy server which