From d883d4a93b23be134038e28f421eafca70c3d838 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 May 2019 20:42:20 +0000 Subject: httpd: get rid of Deflater warning Deflating responses may be done by the reverse proxy (e.g. varnish or nginx), so the warning for it could be invalid. --- script/public-inbox-httpd | 2 -- 1 file changed, 2 deletions(-) (limited to 'script') 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 -- cgit v1.2.3-24-ge0c7