Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29120 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82837 invoked by uid 1010); 1 May 2007 00:22:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82822 invoked from network); 1 May 2007 00:22:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2007 00:22:28 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:54705] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/13-42224-24886364 for ; Mon, 30 Apr 2007 20:22:28 -0400 Received: from belowcolor.corp.yahoo.com (belowcolor.corp.yahoo.com [216.145.53.78]) (authenticated bits=0) by mail.lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id l410MMgF017610; Mon, 30 Apr 2007 17:22:22 -0700 Message-ID: <4636883E.7010603@lerdorf.com> Date: Mon, 30 Apr 2007 17:22:22 -0700 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Oliver Block CC: internals@lists.php.net References: <46367F96.6080205@cschneid.com> <46368091.4050606@lerdorf.com> <200705010212.52622.lists@block-online.eu> In-Reply-To: <200705010212.52622.lists@block-online.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3184/Mon Apr 30 06:51:57 2007 on colo X-Virus-Status: Clean Subject: Re: [PHP-DEV] Setting HTTP results code vs. HTTP type From: rasmus@lerdorf.com (Rasmus Lerdorf) Oliver Block wrote: > Am Dienstag, 1. Mai 2007 01:49 schrieb Rasmus Lerdorf: > >> This came up many times on the Apache lists years ago, and Roy Fielding >> who wrote that spec repeatedly said it was fine to reply with a 1.1 >> response to a 1.0 request. > > Did he give any rationale for his view? Go read the archives. And note that I only said it was fine to respond with a 1.1 reply, that doesn't mean it is fine to send an encoding the client doesn't support. -Rasmus