]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
making notes
authorBradley Nicholes <bnicholes@apache.org>
Sat, 1 Nov 2003 22:26:47 +0000 (22:26 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Sat, 1 Nov 2003 22:26:47 +0000 (22:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101658 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ec8d8baa21d5ac88f2abe1494ec9881d6a1e9c60..76874d140990ec90063395d4b1cdc1d7a252384f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/01 18:14:44 $]
+Last modified at [$Date: 2003/11/01 22:26:47 $]
 
 Release:
 
@@ -266,6 +266,9 @@ PATCHES TO BACKPORT FROM 2.1
       +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