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.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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E01F01F55F for ; Wed, 13 Sep 2023 07:56:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1694591774; bh=B2AbA9TtCTnhsTlstx0Ex4XjZIu5V6PUQYf0eYfRR+8=; h=From:To:Subject:Date:From; b=bf8t/LD5TsB6kh8Ianno83mg3p01SYkBkhQ2mE+F5fCoS2dy/R8zkAzrCw19l8Mfy 5rXkrfhOE+a8WyPpnQdgmBA+Pah8fhP2xOb0WupEljtgsBlIgwN9DxJYcMUULzCT+Q cqqhjYdU/mfyYLTrtsTDiRNTFa4+uIU9iyYmFNVY= From: Eric Wong To: cmogstored-public@yhbt.net Subject: [PATCH] test/http_put: remove unused variable Date: Wed, 13 Sep 2023 07:56:14 +0000 Message-ID: <20230913075614.1815600-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: --- test/http_put.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/http_put.rb b/test/http_put.rb index 34e2cdb..c68fec3 100644 --- a/test/http_put.rb +++ b/test/http_put.rb @@ -161,7 +161,6 @@ def test_put_content_len_overflow end def test_put_bogus - max = 0xffffffff << 64 req = "PUT /dev666/foo HTTP/1.1\r\n" \ "Transfer-Encoding: bogus\r\n" \ "\r\n"