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.0 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 D22B21F698 for ; Sun, 25 Dec 2022 12:23:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yhbt.net; s=selector1; t=1671971031; bh=qlj0gX52DTefY2z5ti2kWt6i+TZxts0F57LOFLrv2/k=; h=From:To:Subject:Date:From; b=avwByvGP4mAic+N/HHsJiDzvQzZzlGBiLGoO5fulMiBLg8nbMEDe7FbC/Pe43x5Cy SZ0XAcJRalVFiqoJqRXvn6ny8PmDPMUmQ84Tfb4VGz/DR/BbmDT68NwI59Q9Gv4cLv 8duDETA5w7IGwjAC5xiXT8LXEce+cKuGcTy11g3M= From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 0/2] exec_cgi: fix compat with newer Rack 2 Date: Sun, 25 Dec 2022 12:23:49 +0000 Message-Id: <20221225122351.4799-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Rack::ContentLength was causing problems with ExecCGI in the extras/ problem. Rack 3 is another can of worms I'll still have to deal with :< Eric Wong (2): extras/exec_cgi: fix for newer Rack::ContentLength test/test_extras_exec_cgi: drop Rack::ContentLength extras/exec_cgi.rb | 7 ++++--- test/test_extras_exec_cgi.rb | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-)