From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3750C1F463 for ; Tue, 17 Sep 2019 08:31:23 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] qspawn-related cleanups, comments, and minor fix Date: Tue, 17 Sep 2019 08:31:17 +0000 Message-Id: <20190917083123.6468-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still haven't found anything which is causing problems on korg, but found a bunch of worthwhile cleanups, clarifications and perhaps minor efficiency improvements that I'm comfortable putting on 'master'. Eric Wong (6): qspawn: remove return value from ->finish qspawn: log errors for generic PSGI server users qspawn: shorten lifetime of circular references qspawn: improve variable naming and commenting http: drop unused `$env' variable after delete http: remove unnecessary delete lib/PublicInbox/GitHTTPBackend.pm | 2 +- lib/PublicInbox/HTTP.pm | 6 ++-- lib/PublicInbox/Qspawn.pm | 48 ++++++++++++------------------- t/qspawn.t | 17 +++++++---- 4 files changed, 33 insertions(+), 40 deletions(-) -- EW