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.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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4EDF51F47C for ; Mon, 9 Jan 2023 06:21:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1673245296; bh=Mtp+5HhjDVi1bzO7k0X0vrp+p6+xw1Sqo15dgcG/Nvw=; h=From:To:Subject:Date:From; b=muBXORslMnaaKiw0So8Wj1/MXU1xzIE8TTGQG8dMoJxe0GqOXSwnTtKg+zl9aLmbb iMut2AObTj7R8kVGB+0ZsUknIYQwxLkAvtBV19UAbczof7WepOt2/lPwW35CwqInDK kkgZ4ncGvXRO3TQ6CMt3+aYNn7LifW7OHcSP0wn0= From: Eric Wong To: mwrap-public@80x24.org Subject: [PATCH 0/2] refining the httpd interface Date: Mon, 9 Jan 2023 06:21:34 +0000 Message-Id: <20230109062136.2543690-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Being edumacational :P Eric Wong (2): httpd: add notes about arenas and object heaps httpd: add CSV download link to /each/$MIN HTML ext/mwrap/httpd.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)