Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 47757 invoked from network); 1 Nov 2003 22:26:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Nov 2003 22:26:49 -0000 Received: (qmail 57736 invoked by uid 500); 1 Nov 2003 22:26:36 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 57705 invoked by uid 500); 1 Nov 2003 22:26:36 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 57692 invoked by uid 500); 1 Nov 2003 22:26:36 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 57689 invoked from network); 1 Nov 2003 22:26:35 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Nov 2003 22:26:35 -0000 Received: (qmail 47732 invoked by uid 1285); 1 Nov 2003 22:26:48 -0000 Date: 1 Nov 2003 22:26:48 -0000 Message-ID: <20031101222648.47731.qmail@minotaur.apache.org> From: bnicholes@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bnicholes 2003/11/01 14:26:48 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: making notes Revision Changes Path No revision No revision 1.751.2.520 +4 -1 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.519 retrieving revision 1.751.2.520 diff -u -r1.751.2.519 -r1.751.2.520 --- STATUS 1 Nov 2003 18:14:44 -0000 1.751.2.519 +++ STATUS 1 Nov 2003 22:26:47 -0000 1.751.2.520 @@ -266,6 +266,9 @@ +1: bnicholes 0: nd nd: can the local_addr->port ever be 0? + bnicholes response: I couldn't tell you for sure if local_addr->port + could be 0. But it makes sense that if it were then Apache + wouldn't be listening on any port so it wouldn't matter anyway. * mod_status: Report total CPU time accurately when using a threaded MPM. PR: 23795