about summary refs log tree commit homepage
path: root/lib/PublicInbox/GitHTTPBackend.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/GitHTTPBackend.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/GitHTTPBackend.pm')
-rw-r--r--lib/PublicInbox/GitHTTPBackend.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/GitHTTPBackend.pm b/lib/PublicInbox/GitHTTPBackend.pm
index 1987a013..a069fd94 100644
--- a/lib/PublicInbox/GitHTTPBackend.pm
+++ b/lib/PublicInbox/GitHTTPBackend.pm
@@ -227,7 +227,7 @@ sub serve_smart {
                 $r->[0] == 403 ? serve_dumb($env, $git, $path) : $r;
         };
         my $res;
-        my $async = $env->{'pi-httpd.async'};
+        my $async = $env->{'pi-httpd.async'}; # XXX unstable API
         my $io = $env->{'psgix.io'};
         my $cb = sub {
                 my $r = $rd_hdr->() or return;