rbb 99/11/16 07:11:51
Modified: . STATUS
Log:
Update the STATUS file a bit.
Revision Changes Path
1.14 +3 -6 apache-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-2.0/STATUS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- STATUS 1999/11/11 13:21:10 1.13
+++ STATUS 1999/11/16 15:11:51 1.14
@@ -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 @@
Status: Bill <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> is working on this.
@@ -41,7 +42,6 @@
* 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
@@ -72,9 +72,6 @@
Status: Bill <[EMAIL PROTECTED]> is working on this.
* 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