Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116490 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 51750 invoked from network); 24 Nov 2021 07:09:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Nov 2021 07:09:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E7FFF180087 for ; Wed, 24 Nov 2021 00:05:58 -0800 (PST) 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.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 116.203.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from relay3.iserv.eu (relay3.iserv.eu [116.203.7.44]) (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 ; Wed, 24 Nov 2021 00:05:58 -0800 (PST) Received: from [2003:a:422:3b03::4] (helo=iserv.iserv.eu) by relay3.iserv.eu with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mpnHx-005Nkm-Lt for internals@lists.php.net; Wed, 24 Nov 2021 09:05:57 +0100 Received: by iserv.iserv.eu with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim 4.94.2) (envelope-from ) id 1mpnHx-00EWNp-8d for internals@lists.php.net; Wed, 24 Nov 2021 09:05:57 +0100 Message-ID: <209120fa-1b09-a9e8-6873-89711f48830b@iserv.eu> Date: Wed, 24 Nov 2021 09:05:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Content-Language: en-US To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Feedback on bugfix for streamed fcgi requests (#51191) From: tim.siebels@iserv.eu (Tim Siebels) Hi everybody, I've submitted a pull-request to fix bug #51191. This is now waiting for review for 2 months. Is there anything further I can do? What's the appropriate duration to wait before pinging at this mailinglist? Link to PR: https://github.com/php/php-src/pull/7509 I've just rebased to fix merge conflicts. CI is failing due to an error on azure regarding purchased parallelism. I guess this will resolve itself once this is fixed. Cheers, Tim