about summary refs log tree commit homepage
path: root/lib/PublicInbox/HTTPD.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-22 07:29:17 +0000
committerEric Wong <e@80x24.org>2016-12-22 07:33:42 +0000
commit15e14f11af0b9919f11e0c186b365ae0154e7e77 (patch)
tree05a8346fde4d56cae22be1001b5235fbf9e4f77e /lib/PublicInbox/HTTPD.pm
parent90b3d23352a0c37680ac266acaf4fef73a781bc9 (diff)
downloadpublic-inbox-15e14f11af0b9919f11e0c186b365ae0154e7e77.tar.gz
Notes for future developers (myself included) since we
can't assume people can read my mind.
Diffstat (limited to 'lib/PublicInbox/HTTPD.pm')
-rw-r--r--lib/PublicInbox/HTTPD.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/PublicInbox/HTTPD.pm b/lib/PublicInbox/HTTPD.pm
index 433d6da7..fb476624 100644
--- a/lib/PublicInbox/HTTPD.pm
+++ b/lib/PublicInbox/HTTPD.pm
@@ -29,6 +29,8 @@ sub new {
                 'psgi.multiprocess' => Plack::Util::TRUE,
                 'psgix.harakiri'=> Plack::Util::FALSE,
                 'psgix.input.buffered' => Plack::Util::TRUE,
+
+                # XXX unstable API!
                 'pi-httpd.async' => do {
                         no warnings 'once';
                         *pi_httpd_async