about summary refs log tree commit homepage
path: root/Documentation/public-inbox-httpd.pod
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-05 23:27:29 +0000
committerEric Wong <e@yhbt.net>2020-07-06 20:01:15 +0000
commita3f00c4a7851b98b81a2fcb31d5ed131908e22de (patch)
tree92cfd147157413f7bfa848cc9f1aead244cc498e /Documentation/public-inbox-httpd.pod
parentf982abbaa39e07090d3fb641fd9de25434c0d74c (diff)
downloadpublic-inbox-a3f00c4a7851b98b81a2fcb31d5ed131908e22de.tar.gz
Instead of gzipping some (mbox.gz, manifest.js.gz) responses and
leaving P::M::D to do the rest, we gzip everything ourselves,
now, so P::M::D is redundant.
Diffstat (limited to 'Documentation/public-inbox-httpd.pod')
-rw-r--r--Documentation/public-inbox-httpd.pod1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/public-inbox-httpd.pod b/Documentation/public-inbox-httpd.pod
index c1ebfd82..2f4e9e5d 100644
--- a/Documentation/public-inbox-httpd.pod
+++ b/Documentation/public-inbox-httpd.pod
@@ -15,7 +15,6 @@ the PSGI file.
 
 If a PSGI file is not specified, L<PublicInbox::WWW> is
 loaded with a default middleware stack consisting of
-L<Plack::Middleware::Deflater>,
 L<Plack::Middleware::ReverseProxy>, and
 L<Plack::Middleware::Head>