From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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, URIBL_BLOCKED shortcircuit=no autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B415F1F992 for ; Fri, 27 May 2016 08:27:10 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] git-http-backend: more cleanups + one fix Date: Fri, 27 May 2016 08:27:07 +0000 Message-Id: <20160527082709.17629-1-e@80x24.org> List-Id: Eric Wong (2): git-http-backend: move real close to GetlineBody git-http-backend: close pipe for generic PSGI on errors lib/PublicInbox/GetlineBody.pm | 12 ++++++++---- lib/PublicInbox/GitHTTPBackend.pm | 8 ++++++-- 2 files changed, 14 insertions(+), 6 deletions(-)