about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-12 03:14:26 +0000
committerEric Wong <e@80x24.org>2016-03-12 03:21:31 +0000
commitdca2724e0aebc5832a0c88ec944a925daf21b9be (patch)
tree9bd30b0a9419e8b5d38f7345638d289544463055 /examples
parenta45891b9734bb428dd749e4a2b87f7fc28e6eb9d (diff)
downloadpublic-inbox-dca2724e0aebc5832a0c88ec944a925daf21b9be.tar.gz
It seems incompatible with Starman and probably confuses other
HTTP/1.0-only servers, too.  Our -httpd will respect it and
requires it for persistent connections.
Diffstat (limited to 'examples')
-rw-r--r--examples/public-inbox.psgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi
index 55c113e4..71592a7a 100644
--- a/examples/public-inbox.psgi
+++ b/examples/public-inbox.psgi
@@ -12,7 +12,9 @@ PublicInbox::WWW->preload;
 use Plack::Builder;
 my $www = PublicInbox::WWW->new;
 builder {
-        enable 'Chunked';
+        # Chunked middleware conflicts with Starman:
+        # https://github.com/miyagawa/Starman/issues/23
+        # enable 'Chunked';
         eval {
                 enable 'Deflater',
                         content_type => [ qw(