Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43778 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94796 invoked from network); 26 Apr 2009 12:17:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2009 12:17:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.172 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.172 mail-fx0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:63404] helo=mail-fx0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/65-61418-8D054F94 for ; Sun, 26 Apr 2009 08:17:28 -0400 Received: by fxm20 with SMTP id 20so1835835fxm.23 for ; Sun, 26 Apr 2009 05:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dVClSnadp/NNYZ6nXqrferbu+yPtPB8imTi4IWg5duo=; b=EeFmg6iz0hB+kGYyklwHKi/kaFUBnlyAGOCopDU91C7a458VliIPSa6m/KYvr7ift6 cxNJbcKZ/ID6hjeXAEHfz5nTTFw/vX1Nj7HAnaKIaPlnUljm4TTZ7YEg4l1kCabj5BsG piu3OzeEs8Dnd7upigQq2bU+t8yVS8Qmn9ktY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=U4mgHAemtrAmPXtDnDj3z6tqQufaiR0RL5/Q1RrJKbvh2OWBdBedRYWBpnuaZxkMMU NKLM3pgouupY183by21Vm5spnyqRWYi/l+SzyE1DdASY14XgcdSHpdsabyqXDp/MvFKR qv7PLVc1GVsZxjqJQsUT43op/qTiHBSZYIujo= MIME-Version: 1.0 Received: by 10.86.51.10 with SMTP id y10mr2330214fgy.51.1240748245493; Sun, 26 Apr 2009 05:17:25 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Apr 2009 14:17:25 +0200 Message-ID: <7f3ed2c30904260517j25de42b1n1cc6e689d479db8a@mail.gmail.com> To: Carsten Wiedmann Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] question about bug #47759 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sun, Apr 26, 2009 at 14:05, Carsten Wiedmann wrote: > Hallo all, > > please can someone of the devs enlighten me (and others), why #47759 [1] is > not a bug (bogus)? [..] > As you can see, this does not work as aspected, because something does not > understand the HTTP/1.1 protocol. The streams layer didn't understand chunked encoding until PHP5.3. I don't think the 'dechunk' filter is documented yet though. -Hannes