Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111589 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94298 invoked from network); 17 Aug 2020 17:36:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Aug 2020 17:36:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8ED0718053F for ; Mon, 17 Aug 2020 09:37:04 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 17 Aug 2020 09:37:04 -0700 (PDT) Received: by mail-il1-f172.google.com with SMTP id f12so7483163ils.6 for ; Mon, 17 Aug 2020 09:37:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ckmDzg4++NkFLdnVeNh9DoZGkO+LelSMvUPTybgariQ=; b=RVB95ORr7u9ljFx0fxuhO6If2VoeRWLBa+Ekt7AfpcUKbQ7PCFE/ZnllvGk31DQD95 CMUa+GcJNVUNtqe/rFCOz7ibtsOwCM9NlWg7GZ+iRDy4fBQffVGbGP150qJZsUP1gSIn RWn3VXcRHpfbasKxJXm92jc/DvzXKBY6dFVPHp6ACuL0t+rLkT7yslFXpnwUt698n6Ce lsDsOGHsl8umje2wYu075PXaEEC7aEgI2f9mJN6mXIvUAmHOjzzZWtFUh6p7wd56ou6/ en2lvYTGo2OYVfiB8j+ErMLxR0Aowj0efcvfUSIgktWrmigqUGXGO3XyITL1DtcI+R6P BmYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ckmDzg4++NkFLdnVeNh9DoZGkO+LelSMvUPTybgariQ=; b=d4n/NirnjTvSYPEzFDqbqqnRIz2NecsUo25V4b3zZDIp0aaYhlw2H9t/k9mjFnqcEl 6OhwcqeW5FBdQj2ZW9oMpll0+iQtuJTN9vsZQa0yC9JB52AB0a01EPg3pSixWGcF6SqY KAbkTkoicybuJU7BrdpLi3yWKr1he3ABSwl7ULjHXB8d4i/19UK0Gor1PtwPLNTYdH2y RbMhLLiqsQn6XpJphiAm0KqMH81+y4CTca1HALOmOhf14brnUpdPJvogn9KHS714JJxW 7BHqWVUdfz6UqcE+/Kx/b56zUs0Awx3pdDO76m/Ok3BlU7YM+muP3TCNyxA+uzD0d+XG 0HqQ== X-Gm-Message-State: AOAM533/hYKv79dKI0WicGQliJgVnToDTP3RbA7gwMsu1HIjuD7xkkoN GwPlkpRdLRc/MOmPrN8cjX/TPkzuHuChA3MXD4K1DHnc X-Google-Smtp-Source: ABdhPJz8ebXMDwF5GHU+8LLoeTDVnQL6lFWqcA0oFBZINae+fJVCZzXV04Cq1Bc/GyWJiqgQYTvG1NJO5BJ5/XPr3qg= X-Received: by 2002:a05:6e02:ef3:: with SMTP id j19mr15253019ilk.227.1597682223497; Mon, 17 Aug 2020 09:37:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 17 Aug 2020 17:36:52 +0100 Message-ID: To: Matteo Beccati Cc: PHP Internals Content-Type: multipart/alternative; boundary="0000000000006547f305ad15615d" Subject: Re: [PHP-DEV] HTTP/1.1 by default in PHP 8.0 From: rowan.collins@gmail.com (Rowan Tommins) --0000000000006547f305ad15615d Content-Type: text/plain; charset="UTF-8" On Mon, 17 Aug 2020 at 16:21, Matteo Beccati wrote: > 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: spaces>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. > Hi Matteo, Thanks for the heads up; if you can manage to get a test case, I'll have another look over it as soon as I have time. Regards, -- Rowan Tommins [IMSoP] --0000000000006547f305ad15615d--