You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1998/08/11 21:06:52 UTC

Re: cvs commit: apache-1.3/src/main http_main.c

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