about summary refs log tree commit homepage
path: root/examples/public-inbox.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/public-inbox.psgi')
-rw-r--r--examples/public-inbox.psgi2
1 files changed, 2 insertions, 0 deletions
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',