Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 13271 invoked from network); 10 Aug 2005 23:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 23:04:29 -0000 Received: (qmail 67750 invoked by uid 500); 10 Aug 2005 23:04:25 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 67704 invoked by uid 500); 10 Aug 2005 23:04:25 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 67691 invoked by uid 99); 10 Aug 2005 23:04:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 16:04:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [128.195.24.168] (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 16:04:46 -0700 Received: from st-augustin.ics.uci.edu (st-augustin.ics.uci.edu [128.195.20.85]) (authenticated bits=0) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j7AN3oNQ010759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 10 Aug 2005 16:03:50 -0700 (PDT) Date: Wed, 10 Aug 2005 16:04:22 -0700 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: [PATCH] fix incorrect 304's responses when cache is unwritable Message-ID: <8AE45887B5CABBB253D354BF@st-augustin.ics.uci.edu> In-Reply-To: <42F7BD91.7050306@domdv.de> References: <20050807164843.GA22232@stdlib.net> <42F66813.3020606@gmx.de> <20050807212924.GA24773@stdlib.net> <42F6860D.3060907@domdv.de> <3289.196.8.104.31.1123519602.squirrel@www.sharp.fm> <42F7BD91.7050306@domdv.de> X-Mailer: Mulberry/4.0.1.1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.1.0-r156655 (2005-03-09) on scotch.ics.uci.edu X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on scotch.ics.uci.edu X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.1.0-r156655 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --On August 8, 2005 10:16:17 PM +0200 Andreas Steinmetz wrote: > Fix attached and compile tested against 2.1.6 alpha. Thanks! I committed a variant of this to trunk in r231349. -- justin