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 6330E1F71A for ; Fri, 27 May 2016 06:17:41 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] http: another round EPIPE fixes Date: Fri, 27 May 2016 06:17:35 +0000 Message-Id: <20160527061738.21132-1-e@80x24.org> List-Id: Hopefully this is end of resource leaks on prematurely aborted client connections. Eric Wong (3): httpd/async: prevent circular reference http: avoid circular reference for getline responses git-http-backend: fix aborts for generic PSGI clone lib/PublicInbox/GetlineBody.pm | 31 +++++++++++++++++++++++++++ lib/PublicInbox/GitHTTPBackend.pm | 13 ++++------- lib/PublicInbox/HTTP.pm | 45 ++++++++++++++++++++++++--------------- lib/PublicInbox/HTTPD/Async.pm | 4 +++- 4 files changed, 66 insertions(+), 27 deletions(-)