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=-3.9 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.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9096A1F852 for ; Thu, 22 Dec 2022 09:02:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yhbt.net; s=selector1; t=1671699731; bh=OfA29iiKA3H4L9I9ln50TubL22LBiuLF1pdMfWVmz4o=; h=From:To:Subject:Date:From; b=y9l1Pv6fXg6zn8109pHYd/XF+k1PmwTc82AolxFbGR9aELHYV9PYgj0ilfY2dsC3Y X7Hgu1vSQB3mt85IbOAVwdCUYMYF4C9SKKReRWEMKudORodFJSL3UC2AxgUT1+VMEF 7wY8I6KeIpCPk1KmDxlIEIfQJ4rbGqNT6Vkcxfy4= From: Eric Wong To: yahns-public@yhbt.net Subject: [PATCH 0/4] a few forgotten patches from last year Date: Thu, 22 Dec 2022 09:02:07 +0000 Message-Id: <20221222090211.9056-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Dreading what breakage Rack 3.0 and Ruby 3.2 brings :< Eric Wong (4): test_buffer_tmpdir: drop fragile assertions http_response: clamp body read size standardize on 16384-byte reads test/test_ssl: workaround multi-line exception messages lib/yahns/http_client.rb | 2 +- lib/yahns/proxy_http_response.rb | 10 ++++++++-- lib/yahns/req_res.rb | 6 +++--- test/test_buffer_tmpdir.rb | 2 -- test/test_ssl.rb | 2 +- 5 files changed, 13 insertions(+), 9 deletions(-)