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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B3F261FCC4 for ; Mon, 30 May 2016 02:04:08 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] start removing Plack::Request from WWW Date: Mon, 30 May 2016 02:04:01 +0000 Message-Id: <20160530020404.16814-1-e@80x24.org> List-Id: It's unnecessary overhead and parsing request bodies for forms should not be done for our application. In other words, workarounds like commit 311c2adc8c63 ("git-http-backend: avoid Plack::Request parsing body") should not be necessary. Eric Wong (3): git-http-backend: remove dependency on Plack::Request www: remove gratuitous use of Plack::Request methods www: remove a few more Plack::Request dependencies lib/PublicInbox/Feed.pm | 18 +++++++++--------- lib/PublicInbox/GitHTTPBackend.pm | 26 +++++++++++++------------- lib/PublicInbox/SearchView.pm | 14 +++++++------- lib/PublicInbox/WWW.pm | 28 ++++++++++++++++++---------- t/git-http-backend.psgi | 6 ++---- t/git-http-backend.t | 2 +- 6 files changed, 50 insertions(+), 44 deletions(-)