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,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 A866F1F601 for ; Fri, 16 Dec 2022 22:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1671231418; bh=9/1Kd/cX3kxhyWzbhRllOO8mwQWMMHS+qTRqWae6u44=; h=From:To:Subject:Date:From; b=0f0Id8ED2InGAtHJM83t7Bz68penka6f6y4mXE4VegleSELTuI7V2VCbz8B/GRCIK 99kehUNlljkzFgAOYX3/NSSOuEvnEb8Vn4iZRTqtnV0mtGSoRsUv4z8OJPx6UuCjcv KA9ZzUZ+ys8oHwCkTQ8YLuumIxuJxTNJbaiAXZnI= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/3] more rproxy+httpd tweaks Date: Fri, 16 Dec 2022 22:57:51 +0000 Message-Id: <20221216225754.96103-1-mwrap-perl@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Stale sockets are ugly, some mitigations to deal with them Eric Wong (3): rproxy: manpage updates httpd: more thorough unlinking of stale sockets rproxy: more thorough connectivity check httpd.h | 51 ++++++++++++++++++++++++--------------- lib/Devel/Mwrap/Rproxy.pm | 10 +++++--- mwrap_core.h | 3 +-- script/mwrap-rproxy | 9 ++++++- 4 files changed, 47 insertions(+), 26 deletions(-)