]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allan Edwards fixed this problem.
authorBill Stoddard <stoddard@apache.org>
Tue, 4 Apr 2000 21:39:34 +0000 (21:39 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 4 Apr 2000 21:39:34 +0000 (21:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84911 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 767321c2d1120ed1d775c67d63c7b6653aa9a14d..d46ceb8217ea66b3701b5f4aa99965cdee5dc32a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/03/31 02:38:32 $]
+Last modified at [$Date: 2000/04/04 21:39:34 $]
 
 Release:
 
@@ -25,11 +25,6 @@ RELEASE SHOWSTOPPERS:
        be moved out of the MPMs and into some common file (http_core.c?).
        Dean says presumably you mean an os-specific file?
 
-    * DSO hooks registered during the preflight call to ap_read_config
-       are not 'unregistered' during the preflight clean-up. Thus, when 
-       Apache comes up, the hook tables contain two entries for each DSO hook,
-       one of which is bogus, leftover from the preflight. 
-
     * Pipes to CGI scripts are not being timed out
         Status: code has been added to APR to support timing out pipes.
                 This needs to be used in Apache now.