Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43712 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62237 invoked from network); 15 Apr 2009 11:53:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2009 11:53:03 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:44061] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/31-55480-D9AC5E94 for ; Wed, 15 Apr 2009 07:53:02 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 71FC250361; Wed, 15 Apr 2009 15:17:31 +0300 (IDT) Received: from ws.home ([10.1.10.36]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 15 Apr 2009 14:52:44 +0300 Message-ID: <49E5CA99.4070704@zend.com> Date: Wed, 15 Apr 2009 15:52:57 +0400 User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Arnaud Le Blanc CC: PHP Internals , Lukas Kahwe Smith , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Stas Malyshev , Andi Gutmans , Sara Golemon References: <49E4A4CD.5010809@zend.com> <1239795878.25222.112.camel@localhost> In-Reply-To: <1239795878.25222.112.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Apr 2009 11:52:44.0888 (UTC) FILETIME=[B0794D80:01C9BDC0] Subject: Re: [PHP-DEV] Support for "Transfer-Encoding: chunked" in http stream wrapper From: dmitry@zend.com (Dmitry Stogov) I sent a new version of patch with these features a minute ago :) Thanks. Dmitry. Arnaud Le Blanc wrote: > Hi, > > On Tue, 2009-04-14 at 18:59 +0400, Dmitry Stogov wrote: >> Some PHP applications which check for Transfer-Encoding HTTP header and >> perform manual decoding might be broken. > > What about not adding the Transfer-Encoding header to wrapper_data ? > (not making it visible so that scripts would not break). Also, > re-enabling the filters list in stream_get_meta_data() so that one can > know that the dechunk filter has been added. > > Regards, > > Arnaud > >