about summary refs log tree commit homepage
path: root/script
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 /script
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 'script')
-rwxr-xr-xscript/public-inbox-httpd2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd
index 47e38eca..56551ede 100755
--- a/script/public-inbox-httpd
+++ b/script/public-inbox-httpd
@@ -32,8 +32,6 @@ my $refresh = sub {
                                                 application/atom+xml
                                                 )]
                         };
-                        $@ and warn
-"Plack::Middleware::Deflater missing, bandwidth will be wasted\n";
 
                         eval { enable 'ReverseProxy' };
                         $@ and warn