From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8F0331F47C for ; Mon, 9 Jan 2023 05:34:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1673242480; bh=VjcaA/lRCYxXyWArthqaWHADqvFLaB1aO27EzV8fR+M=; h=From:To:Subject:Date:From; b=g9bb3WYBt/t1nfEYPlGJbkHJXVY7aH0Unsj0plwP2rvoZnApFsDqnvSPHZT/5K07Z WUmS6mBqSBxpgl4Dr4BjGfKDZfZKkREcz4Ah/VV6SffruR7NP9JmgO7dIS4vhsfuAz juocpmCRUEZg9gnBvPBXBfhmRw/zSD4WBi6mCCgc= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/2] doc and usability updates Date: Mon, 9 Jan 2023 05:34:38 +0000 Message-Id: <20230109053440.2540892-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (2): documentation updates s/X-Mwrap-BT-Depth/X-Mwrap-BT/ README | 13 ++++----- httpd.h | 2 +- script/mwrap-perl | 64 ++++++++++++++++++++++++++++++++++++++++----- script/mwrap-rproxy | 6 ++--- t/httpd.t | 6 ++--- 5 files changed, 71 insertions(+), 20 deletions(-)