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 4FB0C1F61A for ; Mon, 12 Dec 2022 11:40:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1670845256; bh=QXlvMYUa1DnEk5+9oHvDB2TzX8K8ZBjV0JWEX68xhZE=; h=From:To:Subject:Date:From; b=sLiguq4LFr15v7Rk6/QNGdQMDv+XVTVzEVfZq4FlODCV6dpJLkG//hMzmJYSWKnO0 iQiWzMS0cbqU7WkV9+VZ+62xmP/F4FJNuoqcvPRoWCMLsnijkO5IDol3SaPb3DMMJ+ z5lMrArkX50HSnqar9UiO08wWu2p9QO7Lpqxe7Dc= From: Eric Wong To: mwrap-perl@80x24.org Subject: [PATCH 0/5] a few odds and ends before full backtrace support Date: Mon, 12 Dec 2022 11:40:51 +0000 Message-Id: <20221212114056.9615-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Eric Wong (5): httpd: hoist out err_close from ferror|fclose httpd: consolidate open_memstream error checking use `%m' for *printf rather than strerror(errno) httpd: mw_h1req comment fixes mwrap_httpd: report ftello error mwrap_core.h | 8 +++--- mwrap_httpd.h | 67 ++++++++++++++++++++++++++------------------------- 2 files changed, 37 insertions(+), 38 deletions(-)