X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fpublic-inbox.psgi;fp=examples%2Fpublic-inbox.psgi;h=876fc76226d651d60dbe2901f89332fabcfd0f06;hb=12232b34a53165cb07cf94aa00fde8a59bbacd0e;hp=71592a7a2d547a9bfb6ad51b542b4ea15828bdcb;hpb=c3eeaf664cf0458b075c2f23b18abeb5d720058e;p=public-inbox.git diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index 71592a7a..876fc762 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -14,6 +14,8 @@ my $www = PublicInbox::WWW->new; builder { # 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',