Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 29983 invoked by uid 500); 8 Oct 2000 15:57:52 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 29972 invoked from network); 8 Oct 2000 15:57:51 -0000 X-Authentication-Warning: koj: rbb owned process doing -bs Date: Sun, 8 Oct 2000 08:57:54 -0700 (PDT) From: rbb@covalent.net X-Sender: rbb@koj To: "new-httpd@apache.org" , Brian Havard Subject: Re: Build broken In-Reply-To: <200010080633.RAA23798@silk.apana.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Sun, 8 Oct 2000, Brian Havard wrote: > On Sun, 08 Oct 2000 03:16:47 +1000 (EST), Brian Havard wrote: > >core, although even with this I'm getting 0 bytes reported as the content > >length in log even though the pages are served correctly. Is this just me > >or is it universal? > > Well, the 0 length being logged is due to the fact that mod_log_config gets > the bytes sent from the r->connection->client BUFF using bgetopt() but > we're not using it anymore.... > > Any suggestions? Don't we set the number of bytes sent someplace in the request_rec? If not, the core_filter could save this value in the conn_rec, but we'd have to be sure that we clobbered it at the end of the request, so that we report the correct numbers in the case of pipelined requests. Ryan _______________________________________________________________________________ Ryan Bloom rbb@apache.org 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------