]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HTTPD.pm
config: support "inboxdir" in addition to "mainrepo"
[public-inbox.git] / lib / PublicInbox / HTTPD.pm
index b0bf94adf7dda314d3d4bb2d134874334d1d5b75..47f5a01a786daa8e7d0c6bf859cfd417541aa7c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2016-2019 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
@@ -39,10 +39,7 @@ sub new {
                # The rest of our PSGI code is generic, relying
                # on "pull" model using "getline" to prevent
                # over-buffering.
-               'pi-httpd.async' => do {
-                       no warnings 'once';
-                       *pi_httpd_async
-               },
+               'pi-httpd.async' => \&pi_httpd_async
        );
        bless {
                app => $app,