Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 13343 invoked by uid 6000); 11 Aug 1998 19:00:52 -0000 Received: (qmail 13335 invoked from network); 11 Aug 1998 19:00:50 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 11 Aug 1998 19:00:50 -0000 Received: (qmail 24535 invoked by uid 500); 11 Aug 1998 19:06:52 -0000 Date: Tue, 11 Aug 1998 12:06:52 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: cvs commit: apache-1.3/src/main http_main.c In-Reply-To: <19980811180829.16256.qmail@hyperreal.org> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On 11 Aug 1998 jim@hyperreal.org wrote: > + } else if (status == SERVER_BUSY_READ) { > + /* > + * When reading a "new" request, we don't want to show the old > + * info since that's confusing... so NULL it out quickly since > + * we want to hurry up and read the request. > + */ > + *ss->vhost = *ss->request = *ss->client = '\0'; -1. Please follow Ed's suggestion and modify mod_status to not display these fields, it's more efficient. Dean