about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-01 07:48:53 +0000
committerEric Wong <e@80x24.org>2016-03-01 08:33:52 +0000
commit989fdc23d1c0983c3581495b8c22176d6a4eceed (patch)
tree7fc92c2eaf9ce3ab93d3275fb691e1efc2a152ba /lib
parentebf0acfefa318b8404f30bb69008183478640f0e (diff)
downloadpublic-inbox-989fdc23d1c0983c3581495b8c22176d6a4eceed.tar.gz
We'll have to use it some more before deciding it is a public
interface.  I do hope for it to be a usable public interface
one day for other users.
Diffstat (limited to 'lib')
-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 56bf24f4..c84eefcf 100644
--- a/lib/PublicInbox/GitHTTPBackend.pm
+++ b/lib/PublicInbox/GitHTTPBackend.pm
@@ -224,7 +224,7 @@ sub serve_smart {
         if (my $async = $env->{'pi-httpd.async'}) {
                 $rpipe = $async->($rpipe, $cb);
                 sub { ($res) = @_ } # let Danga::Socket handle the rest.
-        } else { # synchronous loop
+        } else { # synchronous loop for other PSGI servers
                 $vin = '';
                 vec($vin, fileno($rpipe), 1) = 1;
                 sub {