]> granicus.if.org Git - apache/commitdiff
Update the STATUS file a bit.
authorRyan Bloom <rbb@apache.org>
Tue, 16 Nov 1999 15:11:51 +0000 (15:11 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 16 Nov 1999 15:11:51 +0000 (15:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84127 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 989ba52fc69969d2b5d667c0284f01c7a6c1c65f..4e06b1c4e4539001f412af0648770509f5e53ea2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 1999/11/11 13:21:10 $]
+Last modified at [$Date: 1999/11/16 15:11:51 $]
 
 Release:
 
@@ -17,7 +17,8 @@ RELEASE SHOWSTOPPERS:
         Status: Bill <stoddard@raleigh.ibm.com> is working on this
 
     * Pipes to CGI scripts are not being timed out
-        Status:
+        Status: code has been added to APR to support timing out pipes.
+                This needs to be used in Apache now.
 
     * Port mod_rewrite
         Status: Paul Reder <rederpj@raleigh.ibm.com> is working on this.
@@ -41,7 +42,6 @@ RELEASE SHOWSTOPPERS:
 
     * Current 2.0 code is not tested on many Unix platforms. Make 2.0
       work on most, if not all the systems 1.3 did
-
         Status: Autoconf and APR will get us most of the way there.
 
     * The module API is a weird combination of the old table and the new
@@ -73,9 +73,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Move I/O layering into APR.
 
-    * APR'ize I/O layering. iol is using native sockets now, which is the source of
-      the double close problem Manoj ran into.
-
     * There are still a number of places in the code where we are loosing error
       status (i.e. throwing away the error returned by a system call and replacing
       it with a generic error code)