From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS24940 5.9.0.0/16 X-Spam-Status: No, score=-1.1 required=3.0 tests=AWL,BAYES_00,RCVD_IN_XBL, SPF_FAIL,SPF_HELO_FAIL,URIBL_BLOCKED shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from 80x24.org (tor-relay.zwiebeltoralf.de [5.9.158.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 181C71FCB7 for ; Sun, 15 May 2016 23:59:34 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] mbox improvements Date: Sun, 15 May 2016 23:59:30 +0000 Message-Id: <20160515235932.18313-1-e@80x24.org> List-Id: 1/1 is obvious and should help with caching/mirroring, though we could also make the gzip header itself consistent. 2/2 is an interesting use of Danga::Socket::write callbacks. I'm still evaluating different ways to make gigantic responses saner and I'm not sure if I like the way this is currently done; but for now it works. lib/PublicInbox/Mbox.pm | 83 ++++++++++++++++++++++++++++++++++++++++++++----- lib/PublicInbox/WWW.pm | 11 +++++++ 2 files changed, 86 insertions(+), 8 deletions(-)