Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111585 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80614 invoked from network); 17 Aug 2020 16:20:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Aug 2020 16:20:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5429C18056E for ; Mon, 17 Aug 2020 08:21:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DOS_RCVD_IP_TWICE_B, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 17 Aug 2020 08:21:37 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 80DB22000AE; Mon, 17 Aug 2020 17:21:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1597677695; bh=HEYerWFRNzVgJpYxudiJi+IiIJ68PE+cIeFCuoyh0Ek=; h=Subject:To:References:From:Date:In-Reply-To:From; b=YCkQEECXKSH+jAGPkBAhBicovgx9i6PAw9PCsZyf3/WmivnUcLTueyxGEXGtNyZlg 4b8L9IPwT/xCCz6JbzKL+wfonvAw0HhL3HuYANAlKYN9j5qWJ6dh1w3EE3yjVzfmQp jwPXhfLwLp/VDYdggHO9UbTPikxAQ5Rr511p3SEvTiTLJDUmaIfIHgM/xN33duE1DN olsf45aThC6PSp49wsREuf5pReIgYRd15TJzT6x5TKsx7V6E283V9RJ91RIo07NLSh sxDjHFF1oMo6Gws9nHUacxvXGaN/AUhQX1K7RKQgovatiH0rFUXpG9vumVE9FTupPn WHvVJed3fN2oQ== To: Rowan Tommins , PHP Internals References: Message-ID: Date: Mon, 17 Aug 2020 17:21:30 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] HTTP/1.1 by default in PHP 8.0 From: php@beccati.com (Matteo Beccati) Hi Rowan, On 21/05/2020 23:53, Rowan Tommins wrote: > d) Support "chunked" transfer encoding (RFC 7230 Section 4.1) FWIW, I've just been hit by https://bugs.php.net/bug.php?id=47021 in a SOAP response from a server using "Transfer-Encoding:chunked". I see the bug is still open, although the comments to the PR hint to the fact that it should have been fixed. This was on PHP 7.3.17, I'll see if I can build a self-contained test case and reproduce with the latest from git. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/