user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] httpd: get rid of Deflater warning
@ 2019-05-05 20:42 Eric Wong
  2019-05-05 21:28 ` default PSGI middlewares (was: httpd: get rid of Deflater warning) Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2019-05-05 20:42 UTC (permalink / raw)
  To: meta

Deflating responses may be done by the reverse proxy (e.g. varnish
or nginx), so the warning for it could be invalid.
---
 examples/public-inbox.psgi | 2 --
 script/public-inbox-httpd  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi
index 8886d7f..0b8500d 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
diff --git a/script/public-inbox-httpd b/script/public-inbox-httpd
index 47e38ec..56551ed 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
-- 
EW


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-05 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-05 20:42 [PATCH] httpd: get rid of Deflater warning Eric Wong
2019-05-05 21:28 ` default PSGI middlewares (was: httpd: get rid of Deflater warning) Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).