]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HTTPD.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / HTTPD.pm
index 1331a91ee9bf9c5f5f190f6be70ee6b77c7235d0..b193c9aeeff190abae0c5bee4b363855b61a77fc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # wraps a listen socket for HTTP and links it to the PSGI app in
@@ -36,9 +36,8 @@ sub new {
 
                # XXX unstable API!, only GitHTTPBackend needs
                # this to limit git-http-backend(1) parallelism.
-               # The rest of our PSGI code is generic, relying
-               # on "pull" model using "getline" to prevent
-               # over-buffering.
+               # We also check for the truthiness of this to
+               # detect when to use git_async_cat for slow blobs
                'pi-httpd.async' => \&pi_httpd_async
        );
        bless {