X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=examples%2Fpublic-inbox.psgi;h=876fc76226d651d60dbe2901f89332fabcfd0f06;hb=12232b34a53165cb07cf94aa00fde8a59bbacd0e;hp=55c113e425ae0010e77c392f04a733c3d9485f20;hpb=c3509baca0b103a0c9d034de06f3ddc5fc9426fd;p=public-inbox.git diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index 55c113e4..876fc762 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -12,7 +12,11 @@ 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 + # However, it is strongly recommended to enable it if using + # public-inbox-httpd to allow persistent connections + # enable 'Chunked'; eval { enable 'Deflater', content_type => [ qw(