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.2 required=3.0 tests=ALL_TRUSTED,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 27BB51F54E for ; Wed, 3 Aug 2022 07:59:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1659513552; bh=ZghnXrNgN7iuBQpQgpLAVzUOR5xOiWuUjFif9TEqLxI=; h=From:To:Subject:Date:From; b=qFNoaDcUMfiiDSUEfbPKs1bsjMCvdA+G9Lxhv/oJNa2hFMceMM2xh2WQeX7bIijcw T4ap8zIQjk8XMbajnrgrQDpwYZzrV1c2k3ud9xLwWaPnQZ8329Qdra2AzCVqxMk6Xs rWSW8xtBHSUaGDKE65bFPap9W2NQd5B+hot912v0= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] compression-related stuff Date: Wed, 3 Aug 2022 07:59:08 +0000 Message-Id: <20220803075912.10219-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/4 avoids some log noise due to expected occurences. The others are small cleanups and doc improvements noticed while doing other WIP stuff... 3/4 ought to make things easier for my puny brain :x Eric Wong (4): www: gzip_filter: gracefully handle socket ->write failures www: gzip_filter: update a few comments ds: use ->dflush to distinguish from ->zflush www: simplify GzipFilter->zflush callers lib/PublicInbox/DS.pm | 4 ++-- lib/PublicInbox/DSdeflate.pm | 4 ++-- lib/PublicInbox/GzipFilter.pm | 10 ++++++---- lib/PublicInbox/IMAP.pm | 2 +- lib/PublicInbox/Mbox.pm | 3 +-- lib/PublicInbox/NNTP.pm | 2 +- lib/PublicInbox/WwwText.pm | 6 +----- 7 files changed, 14 insertions(+), 17 deletions(-)