Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 69297 invoked from network); 22 Nov 2004 17:23:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Nov 2004 17:23:14 -0000 Received: (qmail 30562 invoked by uid 500); 22 Nov 2004 17:23:05 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30523 invoked by uid 500); 22 Nov 2004 17:23:04 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 30504 invoked by uid 99); 22 Nov 2004 17:23:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [196.31.24.162] (HELO gatekeeper.fma.co.za) (196.31.24.162) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 09:23:01 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by gatekeeper.fma.co.za (Postfix) with ESMTP id 957E31EFC7 for ; Mon, 22 Nov 2004 18:53:58 +0200 (SAST) Received: from gatekeeper.fma.co.za ([127.0.0.1]) by localhost (gatekeeper.fma.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32695-07 for ; Mon, 22 Nov 2004 18:53:55 +0200 (SAST) Received: from [192.168.200.74] (unknown [192.168.200.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gatekeeper.fma.co.za (Postfix) with ESMTP id 0092A1EFAF for ; Mon, 22 Nov 2004 18:53:51 +0200 (SAST) Message-ID: <41A21993.9000808@sharp.fm> Date: Mon, 22 Nov 2004 18:53:39 +0200 From: Graham Leggett User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [PATCH] another mod_deflate vs 304 response case References: <20041122113000.GA5685@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at fma.co.za X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Cliff Woolley wrote: > Okay, but why the next three lines? Why would Content-Encoding: gzip > *ever* be set on a 304? In theory the 304 might be in response to a freshness check on the particular variant that was compressed. (Assuming I am not mixing up my content and transfer encodings). Regards, Graham --