From dev-return-42582-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Wed Jun 09 20:04:07 2004 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 49365 invoked from network); 9 Jun 2004 20:04:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Jun 2004 20:04:07 -0000 Received: (qmail 75836 invoked by uid 500); 9 Jun 2004 20:02:30 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 75518 invoked by uid 500); 9 Jun 2004 20:02:24 -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 75305 invoked by uid 99); 9 Jun 2004 20:02:22 -0000 Received: from [209.133.199.10] (HELO jimsys.jaguNET.com) (209.133.199.10) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 09 Jun 2004 13:02:22 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jaguNET.com (Postfix) with ESMTP id 06C072A02DF for ; Wed, 9 Jun 2004 16:01:59 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: References: <200405281209.i4SC9xE25234@devsys.jaguNET.com> <6CB192B3-BA11-11D8-A2CB-000393D76AB8@jaguNET.com> <20040609164506.GD24822@redhat.com> <20040609184026.GA12886@redhat.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: 1.3.31 regression affecting Front Page? Date: Wed, 9 Jun 2004 16:01:57 -0400 To: dev@httpd.apache.org X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jun 9, 2004, at 3:24 PM, Rasmus Lerdorf wrote: > > I guess what we are agreeing on here is that the logic that sets > keepalive > to 0 is faulty and that is probably where the real fix lies. > > yeah... it's pretty inconsistent. Looking at ap_set_keepalive even after we know the connection will be closed, we set keepalive to 0, for example.