Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29116 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60595 invoked by uid 1010); 30 Apr 2007 23:45:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60580 invoked from network); 30 Apr 2007 23:45:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2007 23:45:23 -0000 Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.226.6.51 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.226.6.51 darkcity.gna.ch Linux 2.6 Received: from [195.226.6.51] ([195.226.6.51:41790] helo=mail.gna.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/2F-42224-29F76364 for ; Mon, 30 Apr 2007 19:45:23 -0400 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id 423CEABCD0; Tue, 1 May 2007 01:45:20 +0200 (CEST) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXRSK0vY; Tue, 1 May 2007 01:45:15 +0200 (CEST) Received: from box.local (80-219-9-20.dclient.hispeed.ch [80.219.9.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id 1A2A7ABE3B; Tue, 1 May 2007 01:45:14 +0200 (CEST) Message-ID: <46367F96.6080205@cschneid.com> Date: Tue, 01 May 2007 01:45:26 +0200 User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 CC: Rasmus Lerdorf , internals@lists.php.net References: <4636763B.3000305@lerdorf.com> <46367EC3.4020505@cschneid.com> In-Reply-To: <46367EC3.4020505@cschneid.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at gna.ch Subject: Re: [PHP-DEV] Setting HTTP results code vs. HTTP type From: cschneid@cschneid.com (Christian Schneider) Christian Schneider wrote: > version for which the server is at least conditionally compliant, and > whose major version is less than or equal to the one received in the > request." Oops, missed the "major" version part there. Sorry for that, should read things more carefully, especially at 1:30am :-) I still think it breaks the other RFC though. And it definitely breaks some HTTP/1.0 clients if chunked transfer is done because of upgrading the response. - Chris