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.1 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 1BAFB1F61C for ; Sat, 10 Dec 2022 10:01:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1670666504; bh=1fFhwD+6ToGrnF4xxQFRoqDbUw4CzsRXiJCouQEpOKQ=; h=From:To:Subject:Date:From; b=aHTGPbsswl3IftKxgp2OdrUH4MKZ6KuCqwRft6Fp8LHPIZXzhNPgqH+R9TlIu0QgB 6+kXDBmWJkvS6M9Oi/fi4xRv0ISIuzFieMWf/Jat4XWCjAIy4kKKB4GeHevwIff4m3 JKfecGRCEk/N+7tdpN8Z5LYZ4C4HxhR5T2s3WYNk= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/4] httpd fixes Date: Sat, 10 Dec 2022 10:01:40 +0000 Message-Id: <20221210100144.19796-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Could still use a bit more testing, but some progress is better than none. Eric Wong (4): t/httpd-unit: extra test for fencepost errors t/mwrap-httpd: better errors for local socket failures rproxy: fix for `plackup --path=/$PREFIX/' mounts httpd: fix leaks when using persistent connections lib/Devel/Mwrap/Rproxy.pm | 1 + mwrap_httpd.h | 4 ++++ t/httpd-unit.t | 7 +++++++ t/mwrap-httpd.t | 19 +++++++++---------- 4 files changed, 21 insertions(+), 10 deletions(-)