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,BAYES_00 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 C48041F670; Mon, 25 Oct 2021 02:45:53 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Cc: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Subject: [PATCH 0/2] www: respect charset in $MSGID/raw display Date: Mon, 25 Oct 2021 02:45:51 +0000 Message-Id: <20211025024553.14875-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: Only lightly-tested via new additions to the test suite... Eric Wong (2): gzip_filter: delay async wcb call www: $MSGID/raw: set charset in HTTP response lib/PublicInbox/GzipFilter.pm | 34 ++++++++++++++++++++++---------- lib/PublicInbox/Mbox.pm | 26 +++++++++++++----------- lib/PublicInbox/WwwAtomStream.pm | 4 ++-- lib/PublicInbox/WwwStream.pm | 5 ++--- t/plack.t | 26 +++++++++++++++++++++--- t/psgi_v2.t | 5 ++++- 6 files changed, 69 insertions(+), 31 deletions(-)